The calendar channel the event belongs to.
The raw data of the calendar event.
Optional
cache: booleanWhether to cache the calendar event.
Optional
Readonly
cancellationThe cancellation of the calendar event.
Readonly
channelReadonly
channelThe ID of the channel the calendar event belongs to.
Readonly
clientOptional
Readonly
colorThe color of the calendar event.
Readonly
createdThe date the calendar event was created.
Readonly
createdThe ID of the user that created the calendar event.
Optional
Readonly
descriptionThe description of the calendar event.
Optional
Readonly
durationThe duration of the calendar event.
Readonly
idOptional
Readonly
isWhether the calendar event is private.
Optional
Readonly
locationThe location of the calendar event.
Optional
Readonly
mentionsThe mentions of the calendar event.
Readonly
nameThe name of the calendar event.
Readonly
rawOptional
Readonly
rsvpThe limit of RSVPs of the calendar event.
Readonly
rsvpsA manager of RSVPs that belong to the calendar event.
Readonly
serverThe ID of the server the calendar event belongs to.
Readonly
startsThe date the calendar event starts.
Optional
Readonly
urlThe url of the calendar event.
The server member that created the calendar event.
The ID of the user that created the calendar event.
The timestamp the calendar event was created.
The date the calendar event ends.
Whether the calendar event is cached.
The time until the calendar event starts.
Delete the calendar event.
The deleted calendar event.
event.delete();
Edit the calendar event.
The edited calendar event.
event.edit({ name: 'New name' });
The payload of the calendar event.
Fetch the calendar event.
The fetched calendar event.
event.fetch();
Optional
options: FetchOptionsThe options to fetch the calendar event with.
Fetch the server member that created the calendar event.
The fetched server member.
event.fetchAuthor();
Optional
options: FetchOptionsThe options to fetch the server member with.
Fetch the server the calendar event belongs to.
The fetched server.
event.fetchServer();
Optional
options: FetchOptionsThe options to fetch the server with.
Represents a calendar event on Guilded.
Example