Hi,
I have a issue with timezone with Office 365 Groups connector - Create a group event (V2).
My Date Time Picker uses the local time zone.
In my connector I have this :
GroupesOffice365.CreateCalendarEventV2(groupID;
"...";
{dateTime: DateAdd(DisplaySelectedItem.Start;-TimeZoneOffset();Minutes);
timeZone:DateTimeZone.UTC};
{dateTime: DateAdd(DisplaySelectedItem.End;-TimeZoneOffset();Minutes);
timeZone:DateTimeZone.UTC};
....
For example: in my Date Time Picker I have this time : Start 15:00 and End : 17:00.
In the group calendar I get something like that (tooltip):
and in edit mode :
Two different time displays.
Who can help me understand the cause.
Thanks.
Did you ever find a solution for this? I'm having the same issue.