The calendar event the RSVPs belong to.
Readonly
cacheThis cache of the manager.
Readonly
calendarReadonly
clientDelete a RSVP from the calendar event.
calanderEventRsvps.delete(calendarEventRsvp);
The calendar event RSVP to delete.
Edit a RSVP in the calendar event.
The edited calendar event RSVP.
calanderEventRsvps.edit(calendarEventRsvp, 'going');
The calendar event RSVP to edit.
The status of the RSVP.
Fetch a RSVP from the calendar event, or cache.
The fetched calendar event RSVP.
calanderEventRsvps.fetch(calendarEventRsvp);
The calendar event RSVP to fetch.
Optional
options: FetchOptionsThe options to fetch the calendar event RSVP with.
Fetch RSVPs from the calendar event.
The fetched calendar event RSVPs.
calanderEventRsvps.fetch();
Optional
options: FetchManyOptionsThe options to fetch calendar event RSVPs with.
Set the maximum cache size of the manager.
The manager.
manager.setMaxCache(100);
The maximum size of the cache.
The manager of RSVPs that belong to a calendar event.
Example