Skip to content

[scheduler] Replace event.start, event.end and rrule's dates with strings #21125

@flaviendelangle

Description

@flaviendelangle

In this PR:

  • Change the format of SchedulerEvent['start'] to be string
  • Change the format of SchedulerEvent['end'] to be string
  • Change the format of RecurringEventRecurrenceRule['until'] to be string
  • Update the docs

The string format should at least support ISO strings ('2026-01-28T11:31:29.081Z'), we can see later which other formats are important.

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking changeIntroduces changes that are not backward compatible.scope: schedulerChanges related to the scheduler.type: enhancementIt’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions