Show AllShow All

XML Structure of the <Calendar> Element

The following shows the <Calendar> element structure for Microsoft Office Project 2003.

ShowSee Also

Structure

<Project>
      . . .
   <Calendars>
      <Calendar>
         <UID/>
         <Name/>
         <IsBaseCalendar/>
         <BaseCalendarUID/>
         <WeekDays>
            <WeekDay>
               <DayType/>
               <DayWorking/>
               <TimePeriod>
                  <FromDate/>
                  <ToDate/>
               </TimePeriod>
               <WorkingTimes>
                  <WorkingTime/>
                     <FromTime/>
                     <ToTime/>
                  </WorkingTime>
               </WorkingTimes>
            </WeekDay>
         </WeekDays>
      </Calendar>
   </Calendars>
      . . .
</Project>

©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp