discord-api-docs
                                
                                 discord-api-docs copied to clipboard
                                
                                    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
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
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