The calendar event the RSVP belongs to.
The raw data of the calendar event RSVP.
Optional cache: booleanWhether to cache the calendar event RSVP.
Readonly calendarReadonly calendarThe ID of the calendar event the RSVP belongs to.
Readonly channelThe ID of the channel the calendar event RSVP belongs to.
Readonly clientReadonly createdThe date the calendar event RSVP was created.
Readonly createdThe ID of the user that created the calendar event RSVP.
Optional Readonly editedThe date the calendar event RSVP was edited.
Optional Readonly editedThe ID of the user that edited the calendar event RSVP.
Readonly idReadonly rawReadonly serverThe ID of the server the calendar event RSVP belongs to.
Readonly statusThe status of the calendar event RSVP.
Readonly userThe ID of the user the calendar event RSVP belongs to.
The server member that created the calendar event RSVP.
The ID of the user that created the calendar event RSVP.
The channel the calendar event RSVP belongs to.
The timestamp the calendar event RSVP was created.
The timestamp the calendar event RSVP was edited.
The server member that edited the calendar event RSVP.
Whether the calendar event RSVP is cached.
Delete the calendar event RSVP.
The deleted calendar event RSVP.
calendarEventRsvp.delete();
Edit the calendar event RSVP.
The edited calendar event RSVP.
calendarEventRsvp.edit('going');
The status of the calendar event RSVP.
Fetch the calendar event RSVP.
The fetched calendar event RSVP.
calendarEventRsvp.fetch();
Optional options: FetchOptionsThe options to fetch the calendar event RSVP with.
Fetch the server member that created the calendar event RSVP.
The fetched server member.
calendarEventRsvp.fetchAuthor();
Optional options: FetchOptionsThe options to fetch the server member with.
Fetch the server member that edited the calendar event RSVP.
The fetched server member.
calendarEventRsvp.fetchEditor();
Optional options: FetchOptionsThe options to fetch the server member with.
Fetch the server the calendar event RSVP belongs to.
The fetched server.
calendarEventRsvp.fetchServer();
Optional options: FetchOptionsThe options to fetch the server with.
Represents a calendar event RSVP on Guilded.
Example