API
Events

Events

Read the API Overview to get started and learn more.

Create event

Creates a new event in the guild.

POST
/
guilds
/
guildId
/
events

Request body

FieldTypeDescription
titlestringThe title of the event
location (optional)stringThe location of the event
startDate (UTC)The start date of the event
endDate (UTC)The end date of the event
inviteesstring[]The ids of the users invited to the event

Response body

Returns a Event Entity

Returns a 200 status

Update event

Updates an existing event in the guild.

PUT
/
guilds
/
guildId
/
events
/
eventId

Request body

FieldTypeDescription
titlestringThe title of the event
location (optional)stringThe location of the event
startDate (UTC)The start date of the event
endDate (UTC)The end date of the event
inviteesstring[]The ids of the users invited to the event

Response body

Returns a Event Entity

Returns a 200 status

Delete event

Deletes an existing event in the guild.

DELETE
/
guilds
/
guildId
/
events
/
eventId

Returns a 204 status

Get event

Gets an existing event in the guild.

GET
/
guilds
/
guildId
/
events
/
eventId

Response body

Returns a Event Entity

Returns a 200 status

Event Entity

FieldTypeDescription
idstringThe id of the event
titlestringThe title of the event
location (optional)stringThe location of the event
startDate (UTC)The start date of the event
endDate (UTC)The end date of the event
isFromTaskbooleanWhether the event was created from a task
inviteesstring[]The ids of the users invited to the event
acceptedstring[]The ids of the users who have accepted the invite
declinedstring[]The ids of the users who have declined the invite
creatorstringThe id of the user who created the event
repeatedbooleanWhether the event is repeated
repeatEnd (optional)Date (UTC)The end date of the repeat
repeatIntervalDays (optional)numberThe interval in days between each repeat

Social Media

Twitter

Instagram

Discord

GitHub

YouTube

bnder logo