06-16-2022 02:53 AM
Hey, for the XML API for Events, is it possible to use a template to schedule events?. For meetings, we can use it but I don't know if it's feasible to use it at Events
06-16-2022 03:02 AM
Hello, you should be able to use the XML API CreateEvent https://developer.cisco.com/docs/webex-xml-api-reference-guide/#!createevent/createevent to create templates. Lets us know if this helps.
06-16-2022 11:44 AM
The scheduling templates can be set for the Classic Events just like it is done for Webex Meetings by using the <sessionTemplate> element which is a sub-element of <metaData>.
You can set a specific scheduling template by name:
<sessionTemplate> <use>Template Name</use> </sessionTemplate>
Or you can select the default scheduling template (configured in the Meeting site settings by an administrator) by setting:
<sessionTemplate> <default>true</default> </sessionTemplate>
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