Forum Discussion
Christophe Humbert
May 20, 2018Iron Contributor
Time zone issue with SharePoint calendars
I am using PnP js core to aggregate items from multiple SharePoint lists, including Tasks lists and Calendar lists. I am getting all times in UTC, except for calendar all day events whose times a...
- AnonymousMay 21, 2018Did you check out this article?
https://github.com/SharePoint/PnP/tree/master/Samples/Core.DisplayCalendarEvents
Anonymous
May 21, 2018Did you check out this article?
https://github.com/SharePoint/PnP/tree/master/Samples/Core.DisplayCalendarEvents
https://github.com/SharePoint/PnP/tree/master/Samples/Core.DisplayCalendarEvents
Christophe Humbert
May 21, 2018Iron Contributor
Thank you. Just removing the "Z" for all day events fixed the issue.