I have a Send button code in Powerapps app (app modified from Meeting Capture App) for a calendar invitation:
Office365Outlook.V4CalendarPostItem(MyCalendarID; FollowUpSubject.Text; FollowUpStart; FollowUpEnd; "UTC+3";{importance:"Normal"; body:FollowUpMessage.Text; showAs:"busy"; requiredAttendees:requiredAttendees});;
The Invitation goes fine to Outlook Desktop calendar week view, but when the event is opened from t here, the time is -3 hrs to the correct local zone. So when I open the event from the week view, in the event window's bottom it says time wrong with "Universal Time..." suffix.
When I open the calendar event from Outlook Web's week view, the time is correct.
My date picker in powerapps is in Local mode.
-How should i mark timezone correctly in Send Button Code? By default it's like this: "UTC". "UTC+03.00" doesn't work.
-How to correct the fault in Outlook Desktop?
Solved! Go to Solution.
@gabibalaban Thanks!
Amazing, it works! ("FLE Standard Time")
It corrects the wrong time stamp in the calendar event's details window.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
204 | |
97 | |
60 | |
51 | |
46 |
User | Count |
---|---|
255 | |
158 | |
87 | |
79 | |
59 |