element <firstDayOfWeek> (local)
Namespace:
Type:
Content:
simple
Defined:
XML Representation Summary
<firstDayOfWeek>
   
Content: 
{ "su" | "mo" | "tu" | "we" | "th" | "fr" | "sa" }
</firstDayOfWeek>
Included in content model of elements (2):
rule (in recurrence in event in getCalendarDaysResponse), rule (in recurrence in event in myCalendar)
Annotation
This stores what the first day of the week is for this user. Typical values are (su) Sunday or (mo) Monday. <br/><br/> Recurrence rule's specified FirstDOW for calculating the recurrence expansion. Allows recurring meetings to be expanded in the organizer's FirstDOW instead of the invitee's FirstDOW. <br/><b>Outlook and ICAL Equivalents</b>: FirstDOW
XML Source (see within schema source)
<xsd:element name="firstDayOfWeek" type="dayOfWeekEnum">
<xsd:annotation>
<xsd:documentation>
This stores what the first day of the week is for this
user. Typical values are (su) Sunday or (mo) Monday.
<br/>
<br/>
Recurrence rule's specified FirstDOW for calculating the recurrence expansion.
Allows recurring meetings to be expanded in the organizer's FirstDOW instead
of the invitee's FirstDOW.
<br/>
<b>Outlook and ICAL Equivalents</b>
: FirstDOW
</xsd:documentation>
</xsd:annotation>
</xsd:element>