Calendar

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

Get calendar by public key

Get the calendar of a guild member by the public key for the member of a specific guild. Returns the calendar in iCal format

GET/consumer/v1/calendar/calendarKey
ParametersDescription
calendarKeyThe public calendar key, obtained from the Calendar Manager command "/event subscription"

Request body

empty

Response

Status: 200 -

empty response

Get calendar events for a user

Get the calendar events for a user in a specific guild for a specific time frame

GET/consumer/v1/calendar/events/guildId/start/end
ParametersDescription
guildIdThe id of a discord guild
startStart date of the time frame to get the calendar for
endEnd date of the time frame to get the calendar for
Authorizationundefined

Request body

empty

Response

Status: 200 - Returns the users events. If accessed via api key, the user owning the api key is used.

FieldTypeDescription
eventsarrayList of events