You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this awesome tool in conjunction with Microsoft Exchange Web Services for email client app.
Occurrences generated in order to fit EWS Repeating patterns. But this question is related to all of them. Simplest one DAILY for example. Dates provided as ISOStrings like so 2018-10-01T09:33:32.562Z
new RRule({
freq: RRule.DAILY,
dtstart: new Date(Date.parse(Start)),
interval: Recurrence.Interval,
tzid: 'local',
wkst: RRule.SU
})
Expected output (OWA)
Actual output
"rrule": "^2.5.5",
"luxon": "^1.3.3",
Windows 10ENT
Mon Oct 01 2018 12:30:15 GMT+0300 (FLE Daylight Time)
The text was updated successfully, but these errors were encountered:
This is resolved and a dupe of #279#233#230 and others, and the fix involves simply passing in a UTC date to begin with, but I'm wondering if there might actually be a library-level fix here somehow to "normalize" dates passed in so they're always treated as UTC even if they're not originally.
Using this awesome tool in conjunction with Microsoft Exchange Web Services for email client app.
2018-10-01T09:33:32.562Z
The text was updated successfully, but these errors were encountered: