element <removeRecurrence> (local)
Namespace:
Type:
xsd:boolean
Content:
simple
Defined:
XML Representation Summary
<removeRecurrence>
   
Content: 
{ xsd:boolean }
</removeRecurrence>
Included in content model of elements (1):
getCalendarDaysRequest
Annotation
Normally, the recurrence sub-schema, (minus modifiedException and minus deletedExceptionDate components) is returned with each instance of a recurring event, like "recurring-instance" and "recurring-exception". This allows clients to properly render the recurrence pattern without having to explicitly query the recurring-master. However, because it is heavy on bandwith, .NET Calendar includes the option to not return this data.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="removeRecurrence" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Normally, the recurrence sub-schema, (minus modifiedException and minus
deletedExceptionDate components) is returned with each instance of a
recurring event, like "recurring-instance" and "recurring-exception". This
allows clients to properly render the recurrence pattern without having
to explicitly query the recurring-master. However, because it is heavy
on bandwith, .NET Calendar includes the option to not return this data.
</xsd:documentation>
</xsd:annotation>
</xsd:element>