Readonly
clientCreates a calendar event.
The ID of the channel in which to create the event.
The options for the event.
A promise that resolves with the created calendar event.
Delete a calendar event.
The ID of the channel where the calendar event is located.
The ID of the calendar event to delete.
A Promise that resolves with the deleted calendar event or undefined
if the event was not cached.
Deletes an RSVP for a calendar event.
The ID of the channel.
The ID of the calendar event.
The ID of the user.
A promise that resolves with the deleted RSVP or void if it was not cached.
Fetches a single calendar event.
The ID of the channel in which to fetch the event.
The ID of the event to fetch.
Optional
force: booleanWhether or not to force a fetch instead of using a cached version.
A promise that resolves with the fetched calendar event.
Fetches multiple calendar events.
The ID of the channel in which to fetch the events.
The options for the fetch.
A promise that resolves with a collection of the fetched calendar events.
Fetch RSVPs for a calendar event.
The ID of the channel where the calendar event is located.
The ID of the calendar event to fetch RSVPs for.
A Promise that resolves with a collection of RSVPs.
Get a single RSVP from a calendar event.
The ID of the channel where the calendar event is located.
The ID of the calendar event to get the RSVP from.
The ID of the user who made the RSVP.
Optional
force: booleanWhether to force a request to the API instead of returning the cached RSVP.
A Promise that resolves with the requested RSVP.
Updates a calendar event.
The ID of the channel in which the event exists.
The ID of the event to update.
The options for the update.
A promise that resolves with the updated calendar event.
Creates or updates an RSVP for a calendar event.
The ID of the channel.
The ID of the calendar event.
The ID of the user.
The options for updating the RSVP.
A promise that resolves with the updated or created RSVP.
Generated using TypeDoc
The manager is used to interact with calendars on a server.