UNPKG

n8n-nodes-nextcloud-calendar

Version:

n8n Node für die Integration mit Nextcloud Calendar

9 lines (8 loc) 319 B
export declare function getEventObjectByUid(client: any, calendar: any, uid: string): Promise<any>; export declare function createEventResponse(success: boolean, operation: string, data: any, message?: string): { success: boolean; operation: string; resource: string; message: string; data: any; };