MCPcopy Create free account
hub / github.com/bewcloud/bewcloud / fetchCalendarObjects

Method fetchCalendarObjects

lib/models/dav.js:10830–10832  ·  view source on GitHub ↗
(...params)

Source from the content-addressed store, hash-verified

10828 return defaultParam(fetchCalendars, { headers: this.authHeaders, account: this.account })(params === null || params === void 0 ? void 0 : params[0]);
10829 }
10830 async fetchCalendarObjects(...params) {
10831 return defaultParam(fetchCalendarObjects, { headers: this.authHeaders })(params[0]);
10832 }
10833 async createCalendarObject(...params) {
10834 return defaultParam(createCalendarObject, { headers: this.authHeaders })(params[0]);
10835 }

Callers 2

fetchByCalendarIdMethod · 0.80
getMethod · 0.80

Calls 1

defaultParamFunction · 0.85

Tested by

no test coverage detected