cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
257
Views
0
Helpful
1
Replies

Timezones in invitation email

adwa
Level 1
Level 1

Ive developed a solution, creating a meeting. I use local time when i post to the api

 

 

[WebexService] POST to meetings => {"title":"cet","agenda":"cet","start":"2025-02-14T10:00:00\u002B01:00","end":"2025-02-14T11:00:00\u002B01:00","invitees":[{"email":"aexample@example.no","coHost":false}],"defaultSite":site.webex.com"}

 

 

Everything works fine as such, and the controlhub is set to be CET i.e. UTC+1. The invitee however, gets an email showing, above the green button,UTC, in this case 09:00 starttime, however, the calendar item that most online emailproviders have included, have attached shows the time as correct.
Does anyone know why this might be happening?
The datacenter for meetings is in europe, but I think common settings are in the US, if that might have anything to do with this?

1 Reply 1

Janos Benyovszki
Cisco Employee
Cisco Employee

@adwa looks like you are not setting the timezone using the timezone field. See https://developer.webex.com/docs/api/v1/meetings/create-a-meeting . Does it change the behaviour if you do?