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 are off by several hours. How are those all day items stored, and is there a standard way on the client side to re-align their dates with other items?
- AnonymousMay 21, 2018Did you check out this article?
https://github.com/SharePoint/PnP/tree/master/Samples/Core.DisplayCalendarEvents
2 Replies
Sort By
- AnonymousDid you check out this article?
https://github.com/SharePoint/PnP/tree/master/Samples/Core.DisplayCalendarEvents- Christophe HumbertIron ContributorThank you. Just removing the "Z" for all day events fixed the issue.