Events

Bnder API documentation for Events. Read the API Overview to get started and learn more.

Create a new event

Create a new event for the guild

POST/consumer/v1/guilds/guildId/events
ParametersDescription
guildIdThe id of a discord guild

Request body

empty

Response

Status: 200 - Event created

FieldTypeDescription
idstringId of the event
titlestringTitle of the event
locationstringLocation of the event
startstringStart date and time of the event
endstringEnd date and time of the event
isFromTaskbooleanIs the event from a task deadline
inviteesarrayDiscord user ids of the invitees
acceptedarrayDiscord user ids of the accepted invitees
declinedarrayDiscord user ids of the declined invitees
creatorstringDiscord user id of the creator
repeatedbooleanIs the event repeated
repeatEndstringEnd date of the repeat
repeatIntervalDaysnumberInterval in days for the repeat

Get an event

Get an event by ID

GET/consumer/v1/guilds/guildId/events/eventId
ParametersDescription
guildIdThe id of a discord guild
eventIdThe ID of the event

Request body

empty

Response

Status: 200 - Event retrieved

FieldTypeDescription
idstringId of the event
titlestringTitle of the event
locationstringLocation of the event
startstringStart date and time of the event
endstringEnd date and time of the event
isFromTaskbooleanIs the event from a task deadline
inviteesarrayDiscord user ids of the invitees
acceptedarrayDiscord user ids of the accepted invitees
declinedarrayDiscord user ids of the declined invitees
creatorstringDiscord user id of the creator
repeatedbooleanIs the event repeated
repeatEndstringEnd date of the repeat
repeatIntervalDaysnumberInterval in days for the repeat

Update an event

Update an existing event

PUT/consumer/v1/guilds/guildId/events/eventId
ParametersDescription
guildIdThe id of a discord guild
eventIdThe ID of the event

Request body

empty

Response

Status: 200 - Event updated

FieldTypeDescription
idstringId of the event
titlestringTitle of the event
locationstringLocation of the event
startstringStart date and time of the event
endstringEnd date and time of the event
isFromTaskbooleanIs the event from a task deadline
inviteesarrayDiscord user ids of the invitees
acceptedarrayDiscord user ids of the accepted invitees
declinedarrayDiscord user ids of the declined invitees
creatorstringDiscord user id of the creator
repeatedbooleanIs the event repeated
repeatEndstringEnd date of the repeat
repeatIntervalDaysnumberInterval in days for the repeat

Delete an event

Delete an existing event

DELETE/consumer/v1/guilds/guildId/events/eventId
ParametersDescription
guildIdThe id of a discord guild
eventIdThe ID of the event

Request body

empty

Response

Status: 204 - Event deleted

empty response

Plan an event

Plan an event for the guild

POST/consumer/v1/guilds/guildId/events/plan
ParametersDescription
guildIdThe id of a discord guild

Request body

empty

Response

Status: 200 - Event planned

FieldTypeDescription
idstringId of the event
titlestringTitle of the event
locationstringLocation of the event
startstringStart date and time of the event
endstringEnd date and time of the event
isFromTaskbooleanIs the event from a task deadline
inviteesarrayDiscord user ids of the invitees
acceptedarrayDiscord user ids of the accepted invitees
declinedarrayDiscord user ids of the declined invitees
creatorstringDiscord user id of the creator
repeatedbooleanIs the event repeated
repeatEndstringEnd date of the repeat
repeatIntervalDaysnumberInterval in days for the repeat