discordgo icon indicating copy to clipboard operation
discordgo copied to clipboard

feat(structs): add recurrence_rule to guild events

Open icepuma opened this issue 4 months ago • 0 comments

Discord recently added recurrence_rule with https://github.com/discord/discord-api-docs/pull/7058

Some fields (marked by [1]) aren't supposed to be changed by the user and are only set by Discord itself. Don't know how to deal with that.

The System limitations section in the docs is extensive and tedious to follow. Maybe there could be a mapper from rrule-go to the API objects and vice versa.

I think it's cool to have recurrence_rules in discordgo, so we can add events to https://github.com/Lucky3028/terraform-provider-discord :)

icepuma avatar Oct 10 '24 22:10 icepuma