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
Parameters | Description |
---|---|
calendarKey | The 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
Parameters | Description |
---|---|
guildId | The id of a discord guild |
start | Start date of the time frame to get the calendar for |
end | End date of the time frame to get the calendar for |
Authorization | undefined |
Request body
empty
Response
Status: 200 - Returns the users events. If accessed via api key, the user owning the api key is used.
Field | Type | Description |
---|---|---|
events | array | List of events |