discord-api-docs icon indicating copy to clipboard operation
discord-api-docs copied to clipboard

Guild Scheduled Event get or list for recurring events (created w/ Frequency) doesn't know about events in series

Open therealmikelee opened this issue 1 year ago • 1 comments

Description

When a guild creates a scheduled event with a frequency; members have the ability to mark their interest in all events in the series or individual series events. Each of the listed series events appear to have a unique EventId that can be copied. When performing a List Schedule Events for Guild or Get Guild Schedule Event the individual series event id(s) are not returned.

Steps to Reproduce

  • Create a guild scheduled event w/ a Frequency
  • Execute a List Schedule Events for Guid
  • Execute a Get Guild Schedule Event

Expected Behavior

Should be able to view and determine member interest in series events.

Current Behavior

The API seems unaware that series events even exist, showing only a single event, where one cannot determine interest in series that are part of the outer event.

Screenshots/Videos

No response

Client and System Information

  • discordgo
  • MacOs, Windows

therealmikelee avatar Jan 15 '24 12:01 therealmikelee

also, cannot create recurring events using the discord REST API as of today - https://discord.com/developers/docs/resources/guild-scheduled-event#create-guild-scheduled-event

borolepratik avatar Feb 17 '24 06:02 borolepratik