Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TimeZone Id #2

Open
gabrieltong opened this issue Dec 9, 2014 · 2 comments
Open

TimeZone Id #2

gabrieltong opened this issue Dec 9, 2014 · 2 comments

Comments

@gabrieltong
Copy link

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

@fillup
Copy link
Owner

fillup commented Dec 9, 2014

Hi @gabrieltong, yes, all the docs are on https://developer.cisco.com/site/webex-developer/develop-test/xml-api/reference/ and I just checked, the list of time zones are in this doc: https://developer.cisco.com/fileMedia/download/1d70807a-6431-4a80-b13a-aa8faa4575b7

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.

@gabrieltong
Copy link
Author

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants