-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Description
Documentation around the guild_scheduled_event_exceptions field for scheduled events is currently missing.
Steps to Reproduce
- Create a scheduled event with a recurrence rule either via the API or the client (the effect is the same).
- Cancel a single "occurence" on the scheduled event that was created. A
GUILD_SCHEDULED_EVENT_EXCEPTION_CREATEevent is emitted, when the client calls:
https://discord.com/api/v9/guilds/{guild.id}/scheduled-events/{event.id}/exceptions
A sample of the object that was returned:
{
"event_id": "1444045695198957619",
"event_exception_id": "1449128676556800000",
"scheduled_start_time": null,
"scheduled_end_time": null,
"is_canceled": true
}Expected Behavior
For the guild_scheduled_event_exceptions field and surrounding info to be documented
Current Behavior
The guild_scheduled_event_exceptions field is not currently documented
Screenshots/Videos
No response
Client and System Information
stable 472914 (2092188)