Skip to main content

occurrence_timestamp_in_utc

Description

Allows working with recurring events independently of time zones

occurrence_timestamp_in_utc: boolean

Example

scheduler.config.occurrence_timestamp_in_utc = true;
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");

Default value: false

Details

note

The property requires the recurring extension to be enabled.

note

Watch out! The option is intended for 'newborn' schedulers with no existing recurring events. Applying to the scheduler with already existing recurring events will break them.

  • If the option is enabled, timestamps of events are stored as UNIX time.
  • The option is available from version 3.5.
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.