cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
632
Views
5
Helpful
2
Replies

CreateEvent with Template.

Patience Umoru
Cisco Employee
Cisco Employee

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

2 Replies 2

Patience Umoru
Cisco Employee
Cisco Employee

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.

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>