You are looking at documentation for an older release. Not what you want? See the current release documentation.
The eXoCalendarFeed of the nt:unstructured type contains iCalendars, webDavCalendars as child nodes and others of the exo:rssData type.
The exo:rssData node type has the following properties:
Property name | Required type | Multiple | Description |
---|---|---|---|
exo:baseUrl | String | false | The original link to the RSS source. |
exo:title | String | false | The title of the feed. |
exo:content | Binary | false | The content of the feed. |
The iCalendars node of the nt:unstructured type contains the child nodes of exo:iCalData type.
The exo:iCalData node type has the following properties:
Property name | Required type | Multiple | Description |
---|---|---|---|
exo:data | Binary | false | The exported content of the calendar in the ics.format. |
The webDavCalendars node of the nt:unstructured type contains the child nodes of the exo:caldavCalendarEvent type.
The exo:caldavCalendarEvent node type has the following properties:
Property name | Required type | Multiple | Description |
---|---|---|---|
exo:caldavHref | String | false | The URL of the remote calendar event. |
exo:caldavEtag | String | false | The tag of the remote calendar event. |