element <deletedExceptionDate> (local)
Namespace:
Type:
xsd:dateTime
Content:
simple
Defined:
XML Representation Summary
<deletedExceptionDate>
   
Content: 
{ xsd:dateTime }
</deletedExceptionDate>
Included in content model of elements (1):
rule (in recurrence in event in myCalendar)
Annotation
Exceptions to a recurrence rule are added as an element list of dates. The service logic ignores the hh:mm:ss of the dateTime and merely blocks out the particular day. Any days can be added to an exception rule, including days where no occurrences of a recurrence rule would fall in the first place (ICAL EXDATE). This is stored in UTC.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="deletedExceptionDate" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
Exceptions to a recurrence rule are added as an element list of dates.
The service logic ignores the hh:mm:ss of the dateTime and merely
blocks out the particular day. Any days can be added to an exception
rule, including days where no occurrences of a recurrence rule would
fall in the first place (ICAL EXDATE).
This is stored in UTC.
</xsd:documentation>
</xsd:annotation>
</xsd:element>