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

Method makeCalendar

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

Source from the content-addressed store, hash-verified

10819 return defaultParam(calendarQuery, { headers: this.authHeaders })(params[0]);
10820 }
10821 async makeCalendar(...params) {
10822 return defaultParam(makeCalendar, { headers: this.authHeaders })(params[0]);
10823 }
10824 async calendarMultiGet(...params) {
10825 return defaultParam(calendarMultiGet, { headers: this.authHeaders })(params[0]);
10826 }

Callers 1

createMethod · 0.80

Calls 1

defaultParamFunction · 0.85

Tested by

no test coverage detected