You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @fillup , I need to set timezone id for webex meeting , I read the code and I know how to add the timezone id to xml , but webex need integer timezone id, like 4 . I don't know the mapping betwwen integer and timezones string .
do you know that , thank you very much
The text was updated successfully, but these errors were encountered:
If those don't work for you let me know, perhaps I can update this to support the integer values, or if you want to update and submit a pull request that would work too.
Thanks ,I only know webex , and your Smx support many meeting types , maybe it's not good for me to create the pull request for timezone . but the code is very easy for webex .
just add new line below line 82 in WebEx/Meeting.php $xml->body->bodyContent->schedule->timeZoneID = $this->timeZone;
Hey @fillup , I need to set timezone id for webex meeting , I read the code and I know how to add the timezone id to xml , but webex need
integer timezone id
, like 4 . I don't know the mapping betwweninteger
andtimezones string
.do you know that , thank you very much
The text was updated successfully, but these errors were encountered: