02-13-2025 04:21 AM - edited 02-13-2025 04:22 AM
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?
Solved! Go to Solution.
02-14-2025 08:09 AM
@Alexander D 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?
02-14-2025 08:09 AM
@Alexander D 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?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide