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?