Insert a Calendar
To insert a calendar, your insertXML must include the following properties:
| Property name | Description |
|---|---|
TYPE
|
The type of item to insert (set this property to CALENDAR). |
USER_ID
|
The ID of the user account to add the calendar to. |
For example:
<insertXML>
<insert>
<reference>New calendar</reference>
<property name="TYPE" value="CALENDAR"/>
<property name="USER_ID" value="2fbcacc4-2b74-4cfd-bb3e-edad8f0cd0cc"/>
<xmlmetadata>
<Name>New Calendar</Name>
</xmlmetadata>
</insert>
</insertXML>