Hi everyone,
I'm using Office365.V2CalendarPostItem function to create a standard item in user's calendar
But, i'm french and i when this item is created, it timezone is automatticly setted for "Central Standard Time"
I have try (by translation ... ) to find the code for UTC+1 or UTC+1 time zone, but not found.
Anyone could help me about this time setting ?
Thx a lot !
Hi @Johann_CHARB ,
Yes, you could set time zone in this function.
Here are some parapaments of this function for your reference:
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id
|
table | True | string |
Select a calendar |
End time
|
End | True | date-time |
The end time of the event |
End time zone
|
EndTimeZone | string |
This property specifies the time zone of the meeting end time. The value must be as defined in Windows (example: 'Pacific Standard Time'). |
|
Start time
|
Start | True | date-time |
The start time of the event |
Start time zone
|
StartTimeZone | string |
This property specifies the time zone of the meeting start time. The value must be as defined in Windows (example: 'Pacific Standard Time'). |
|
Subject
|
Subject | True | string |
Event subject |
You need to set end time zone and start time zone separatly.
Please note that the timezone value must be as defined in Windows.
Here's a similar issue for your reference:
Here's a doc about this connector for your reference:
https://docs.microsoft.com/en-us/connectors/office365/
Best regards,
Hi @v-yutliu-msft, thanks a lot for your fast reply.
I don't really understand why i should set separatly Start and End Time Zone.
I have try to set TimeZone : "Pacific Standard Time" and it works.
then, i have try to replace "Pacific Stardard Time" by each of this name for UTC+1 :
No one is working actually 😞
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
192 | |
67 | |
46 | |
41 | |
22 |
User | Count |
---|---|
246 | |
120 | |
83 | |
76 | |
69 |