Skip to content

Exposes recurrence_rule endpoint for Scheduled Events #10206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

CameronWhitworth
Copy link

@CameronWhitworth CameronWhitworth commented Jun 15, 2025

Summary

Noticed "recurrence_rule" is missing from the wrapper. See Developer Docs.

Description

This PR adds support for recurring scheduled events, allowing events to be set up with iCalendar recurrence rules. This enables features like daily, weekly, monthly, and yearly recurring events.

  • Added recurrence_rule field to ScheduledEvent class
  • Added support for recurrence rules in create_scheduled_event and edit methods
  • Updated docs where needed

Checklist

  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
  • ? This PR fixes an issue. - Might resolve ScheduledEvent dont't update repeatable events #10114
  • This PR adds something new (e.g. new method or parameters).
  • This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • This PR is not a code change (e.g. documentation, README, ...)

@DA-344
Copy link
Contributor

DA-344 commented Jun 15, 2025

This is a duplicate of #9685

@Rapptz Rapptz closed this Jun 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ScheduledEvent dont't update repeatable events
3 participants