Skip to content

Missing documentation for guild_scheduled_event_exceptions #8009

@Droid00000

Description

@Droid00000

Description

Documentation around the guild_scheduled_event_exceptions field for scheduled events is currently missing.

Steps to Reproduce

  1. Create a scheduled event with a recurrence rule either via the API or the client (the effect is the same).
Image
  1. Cancel a single "occurence" on the scheduled event that was created. A GUILD_SCHEDULED_EVENT_EXCEPTION_CREATE event is emitted, when the client calls:
https://discord.com/api/v9/guilds/{guild.id}/scheduled-events/{event.id}/exceptions
Image

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions