UNPKG

n8n-nodes-nextcloud-calendar

Version:

n8n Node für die Integration mit Nextcloud Calendar

12 lines 985 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.resources = exports.calendarFields = exports.calendarOperations = exports.eventFields = exports.eventOperations = void 0; var event_1 = require("./event"); Object.defineProperty(exports, "eventOperations", { enumerable: true, get: function () { return event_1.eventOperations; } }); Object.defineProperty(exports, "eventFields", { enumerable: true, get: function () { return event_1.eventFields; } }); var calendar_1 = require("./calendar"); Object.defineProperty(exports, "calendarOperations", { enumerable: true, get: function () { return calendar_1.calendarOperations; } }); Object.defineProperty(exports, "calendarFields", { enumerable: true, get: function () { return calendar_1.calendarFields; } }); var resources_1 = require("./resources"); Object.defineProperty(exports, "resources", { enumerable: true, get: function () { return resources_1.resources; } }); //# sourceMappingURL=index.js.map