UNPKG

n8n-nodes-nextcloud-calendar

Version:

n8n Node für die Integration mit Nextcloud Calendar

8 lines (7 loc) 225 B
export interface IAttendee { email: string; displayName?: string; rsvp?: boolean; role?: 'REQ-PARTICIPANT' | 'OPT-PARTICIPANT' | 'CHAIR'; status?: 'NEEDS-ACTION' | 'ACCEPTED' | 'DECLINED' | 'TENTATIVE'; }