cdaily RSS 2.0 Module
This page documents the Connect Daily RSS 2.0
custom module. The purpose of this module is to provide additional Connect Daily
data elements to the RSS 2.0 item elements.
Namespace Declaration
xmlns:cdaily="http://www.mhsoftware.com/cdailyModule.htm"
Elements
- addlInfoURL
- Optional. The additional info URL for the event.
- location
- Optional. The location of the event.
- contactName
- Optional. The contact name associated with the event.
- contactInfo
- Optional. The contact info (phone/Email) associated with the event.
- eventStartDate
- The event start date, represented as specified in section 5 of RFC-822,
for example, Tue, 22 May 2007 19:40 -0600.
Time zone information is represented as the offset from GMT. For example, if the
calendar's default time zone is America/Denver, then the time zone would be
represented as -0600.
If pubdate=1 (the default), then this value will be duplicate the value for item.pubDate.
- eventEndDate
- The event end date, represented in RFC-822 format.
- lastModified
- The date the event was last modified, represented in RFC-822 format. If the URL argument pubdate=0 is specified, then this element is a duplicate of item.pubDate
- resources
- Optional. A collection of one or more resource elements,
representing the set of resources associated with the event.
- resource
- The name of the resource. A sub-element of the resources collection.
Attributes
id-The integer resource ID or primary key for the resource table.
type-The type name of the resource.
- custom_
- A custom field. Custom fields are exported as cdaily:custom_FieldName.
Only fields that have values are exported.