aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-calendar/index.js
blob: 6d140c62a60f531b778963159ce3b8cde44abf61 (plain) (blame)
1
2
3
4
5
6
7
"use strict";

module.exports = Franz => class NextcloudCarnet extends Franz {
  buildUrl(url) {
    return `${url}/apps/calendar/`;
  }
};