<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: API webex event (template and call in ) in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/api-webex-event-template-and-call-in/m-p/4562480#M365</link>
    <description>&lt;P&gt;Hello, templateType specifies the type of template to be used. Valid values are "user" or "site". You do not need to include this parameter, or you could use the createEvent session example here;&amp;nbsp;&lt;A href="https://developer.cisco.com/docs/webex-xml-api-reference-guide/#!createevent/createevent" target="_blank"&gt;https://developer.cisco.com/docs/webex-xml-api-reference-guide/#!createevent/createevent&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Mar 2022 20:02:22 GMT</pubDate>
    <dc:creator>Gasper A</dc:creator>
    <dc:date>2022-03-02T20:02:22Z</dc:date>
    <item>
      <title>API webex event (template and call in )</title>
      <link>https://community.cisco.com/t5/webex-for-developers/api-webex-event-template-and-call-in/m-p/4153807#M83</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i'm trying to use command API to create webex event but i'm blocked to :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use a template. I try to use this argument but not recognize :&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;&amp;lt;templateType&amp;gt;template custom&amp;lt;/templateType&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to use this site but don't know in which paragrapher this argument should take place.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.cisco.com/docs/webex-xml-api-reference-guide/#!elements-in-webex-xml-schema-definitions-for-the-event-session-service" target="_blank" rel="noopener"&gt;https://developer.cisco.com/docs/webex-xml-api-reference-guide/#!elements-in-webex-xml-schema-definitions-for-the-event-session-service&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here the code :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;____________________________________________________________&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;serv:message xmlns:xsi="&lt;/SPAN&gt;&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank" rel="noopener"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;header&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;securityContext&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;webExID&amp;gt;XXXX&amp;lt;/webExID&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;password&amp;gt;XXXXXXX&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;password&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;siteName&amp;gt;XXXXXX&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;siteName&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/securityContext&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/header&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;body&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;bodyContent xsi:type="java:com.webex.&lt;/SPAN&gt;&lt;SPAN&gt;service.binding.event.&lt;/SPAN&gt;&lt;SPAN&gt;CreateEvent"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;accessControl&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;listing&amp;gt;UNLISTED&amp;lt;/listing&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;sessionPassword&amp;gt;XXXXXXXX&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;sessionPassword&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/accessControl&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;metaData&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;sessionName&amp;gt;Event name&amp;lt;/sessionName&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;&amp;lt;templateType&amp;gt;template custom&amp;lt;/templateType&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/metaData&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;schedule&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;startDate&amp;gt;12/1/2020 18:00:00&amp;lt;/startDate&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;duration&amp;gt;45&amp;lt;/duration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;entryExitTone&amp;gt;NOTONE&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;entryExitTone&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/schedule&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;event:extOptions&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;event:registration&amp;gt;false&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;event:registration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/event:extOptions&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;telephony&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;telephonySupport&amp;gt;CALLIN&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;telephonySupport&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;muteUponEntry&amp;gt;true&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;muteUponEntry&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/telephony&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/bodyContent&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/body&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/serv:message&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 16:55:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/api-webex-event-template-and-call-in/m-p/4153807#M83</guid>
      <dc:creator>Pierrick</dc:creator>
      <dc:date>2022-03-03T16:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: API webex event (template and call in )</title>
      <link>https://community.cisco.com/t5/webex-for-developers/api-webex-event-template-and-call-in/m-p/4562480#M365</link>
      <description>&lt;P&gt;Hello, templateType specifies the type of template to be used. Valid values are "user" or "site". You do not need to include this parameter, or you could use the createEvent session example here;&amp;nbsp;&lt;A href="https://developer.cisco.com/docs/webex-xml-api-reference-guide/#!createevent/createevent" target="_blank"&gt;https://developer.cisco.com/docs/webex-xml-api-reference-guide/#!createevent/createevent&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 20:02:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/api-webex-event-template-and-call-in/m-p/4562480#M365</guid>
      <dc:creator>Gasper A</dc:creator>
      <dc:date>2022-03-02T20:02:22Z</dc:date>
    </item>
  </channel>
</rss>

