Veetro Web Service Methods


Click here for a complete list of operations.

GetCalendar

[Deprecated - see GetCalendarViewDataPaged]

Test

The test form is only available for methods with primitive types as parameters.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /xml HTTP/1.1
Host: admin.worketc.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://schema.veetro.com/GetCalendar"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetCalendar xmlns="http://schema.veetro.com">
      <CalendarIDs>
        <int>int</int>
        <int>int</int>
      </CalendarIDs>
      <eventsFor>int</eventsFor>
      <from>dateTime</from>
      <until>dateTime</until>
      <types>ToDo or Journal or Event</types>
    </GetCalendar>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetCalendarResponse xmlns="http://schema.veetro.com">
      <GetCalendarResult>
        <BodyParts>
          <BodyPart>
            <ContentType>string</ContentType>
            <ContentID>string</ContentID>
            <Text>string</Text>
          </BodyPart>
          <BodyPart>
            <ContentType>string</ContentType>
            <ContentID>string</ContentID>
            <Text>string</Text>
          </BodyPart>
        </BodyParts>
        <Events>
          <Event>
            <EventType>ToDo or Journal or Event</EventType>
            <DateStart>dateTime</DateStart>
            <Priority>int</Priority>
            <DateDue>dateTime</DateDue>
            <EntryStatus>None or Tentative or Confirmed or Cancelled or Needs_Action or Completed or In_Progress or Draft or Final</EntryStatus>
            <CalendarID>int</CalendarID>
            <PercentComplete>int</PercentComplete>
            <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
            <ProgressStageGroup>int</ProgressStageGroup>
            <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
            <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
            <Attendees xsi:nil="true" />
            <Periods xsi:nil="true" />
            <DateCompleted>dateTime</DateCompleted>
            <Timezone>string</Timezone>
            <EFlags>None or RecurrenceEnd or EstDuration_HourUnit or EstDuration_DayUnit or IsAllDay</EFlags>
            <IntervalType>None or Daily or Weekly or Monthly or Yearly</IntervalType>
            <FrequencyInterval>int</FrequencyInterval>
            <FrequencyEndType>No_End or End_Date or Maximum_Occurances</FrequencyEndType>
            <MaxOccurances>int</MaxOccurances>
            <DateEnd>dateTime</DateEnd>
            <AlarmAction>None or Audio or Display or Email or Procedure</AlarmAction>
            <AlarmTrigger xsi:nil="true" />
            <AlarmRepeat>int</AlarmRepeat>
            <Activity>int</Activity>
            <DateTimeStamp>dateTime</DateTimeStamp>
            <Sequence>int</Sequence>
            <EntryCategories>None or Business or HumanResources or Anniversary or Personal or SpecialOccasion or Family or Finance or Project or Meeting or PhoneCall or NotInOffice or SickDay or Appointment or Education or Travel or Vacation or Holiday or Medical or Court or Birthday</EntryCategories>
            <EntryClass>Public or Private or Confidential</EntryClass>
            <Resources>string</Resources>
            <Contact>string</Contact>
            <Organizer>string</Organizer>
            <Location>string</Location>
            <TRANSP>string</TRANSP>
            <UID>string</UID>
            <Duration xsi:nil="true" />
            <EstDurationTicks>long</EstDurationTicks>
            <Offsets xsi:nil="true" />
            <OffsetsRule>string</OffsetsRule>
          </Event>
          <Event>
            <EventType>ToDo or Journal or Event</EventType>
            <DateStart>dateTime</DateStart>
            <Priority>int</Priority>
            <DateDue>dateTime</DateDue>
            <EntryStatus>None or Tentative or Confirmed or Cancelled or Needs_Action or Completed or In_Progress or Draft or Final</EntryStatus>
            <CalendarID>int</CalendarID>
            <PercentComplete>int</PercentComplete>
            <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
            <ProgressStageGroup>int</ProgressStageGroup>
            <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
            <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
            <Attendees xsi:nil="true" />
            <Periods xsi:nil="true" />
            <DateCompleted>dateTime</DateCompleted>
            <Timezone>string</Timezone>
            <EFlags>None or RecurrenceEnd or EstDuration_HourUnit or EstDuration_DayUnit or IsAllDay</EFlags>
            <IntervalType>None or Daily or Weekly or Monthly or Yearly</IntervalType>
            <FrequencyInterval>int</FrequencyInterval>
            <FrequencyEndType>No_End or End_Date or Maximum_Occurances</FrequencyEndType>
            <MaxOccurances>int</MaxOccurances>
            <DateEnd>dateTime</DateEnd>
            <AlarmAction>None or Audio or Display or Email or Procedure</AlarmAction>
            <AlarmTrigger xsi:nil="true" />
            <AlarmRepeat>int</AlarmRepeat>
            <Activity>int</Activity>
            <DateTimeStamp>dateTime</DateTimeStamp>
            <Sequence>int</Sequence>
            <EntryCategories>None or Business or HumanResources or Anniversary or Personal or SpecialOccasion or Family or Finance or Project or Meeting or PhoneCall or NotInOffice or SickDay or Appointment or Education or Travel or Vacation or Holiday or Medical or Court or Birthday</EntryCategories>
            <EntryClass>Public or Private or Confidential</EntryClass>
            <Resources>string</Resources>
            <Contact>string</Contact>
            <Organizer>string</Organizer>
            <Location>string</Location>
            <TRANSP>string</TRANSP>
            <UID>string</UID>
            <Duration xsi:nil="true" />
            <EstDurationTicks>long</EstDurationTicks>
            <Offsets xsi:nil="true" />
            <OffsetsRule>string</OffsetsRule>
          </Event>
        </Events>
      </GetCalendarResult>
    </GetCalendarResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /xml HTTP/1.1
Host: admin.worketc.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetCalendar xmlns="http://schema.veetro.com">
      <CalendarIDs>
        <int>int</int>
        <int>int</int>
      </CalendarIDs>
      <eventsFor>int</eventsFor>
      <from>dateTime</from>
      <until>dateTime</until>
      <types>ToDo or Journal or Event</types>
    </GetCalendar>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetCalendarResponse xmlns="http://schema.veetro.com">
      <GetCalendarResult>
        <BodyParts>
          <BodyPart>
            <ContentType>string</ContentType>
            <ContentID>string</ContentID>
            <Text>string</Text>
          </BodyPart>
          <BodyPart>
            <ContentType>string</ContentType>
            <ContentID>string</ContentID>
            <Text>string</Text>
          </BodyPart>
        </BodyParts>
        <Events>
          <Event>
            <EventType>ToDo or Journal or Event</EventType>
            <DateStart>dateTime</DateStart>
            <Priority>int</Priority>
            <DateDue>dateTime</DateDue>
            <EntryStatus>None or Tentative or Confirmed or Cancelled or Needs_Action or Completed or In_Progress or Draft or Final</EntryStatus>
            <CalendarID>int</CalendarID>
            <PercentComplete>int</PercentComplete>
            <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
            <ProgressStageGroup>int</ProgressStageGroup>
            <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
            <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
            <Attendees xsi:nil="true" />
            <Periods xsi:nil="true" />
            <DateCompleted>dateTime</DateCompleted>
            <Timezone>string</Timezone>
            <EFlags>None or RecurrenceEnd or EstDuration_HourUnit or EstDuration_DayUnit or IsAllDay</EFlags>
            <IntervalType>None or Daily or Weekly or Monthly or Yearly</IntervalType>
            <FrequencyInterval>int</FrequencyInterval>
            <FrequencyEndType>No_End or End_Date or Maximum_Occurances</FrequencyEndType>
            <MaxOccurances>int</MaxOccurances>
            <DateEnd>dateTime</DateEnd>
            <AlarmAction>None or Audio or Display or Email or Procedure</AlarmAction>
            <AlarmTrigger xsi:nil="true" />
            <AlarmRepeat>int</AlarmRepeat>
            <Activity>int</Activity>
            <DateTimeStamp>dateTime</DateTimeStamp>
            <Sequence>int</Sequence>
            <EntryCategories>None or Business or HumanResources or Anniversary or Personal or SpecialOccasion or Family or Finance or Project or Meeting or PhoneCall or NotInOffice or SickDay or Appointment or Education or Travel or Vacation or Holiday or Medical or Court or Birthday</EntryCategories>
            <EntryClass>Public or Private or Confidential</EntryClass>
            <Resources>string</Resources>
            <Contact>string</Contact>
            <Organizer>string</Organizer>
            <Location>string</Location>
            <TRANSP>string</TRANSP>
            <UID>string</UID>
            <Duration xsi:nil="true" />
            <EstDurationTicks>long</EstDurationTicks>
            <Offsets xsi:nil="true" />
            <OffsetsRule>string</OffsetsRule>
          </Event>
          <Event>
            <EventType>ToDo or Journal or Event</EventType>
            <DateStart>dateTime</DateStart>
            <Priority>int</Priority>
            <DateDue>dateTime</DateDue>
            <EntryStatus>None or Tentative or Confirmed or Cancelled or Needs_Action or Completed or In_Progress or Draft or Final</EntryStatus>
            <CalendarID>int</CalendarID>
            <PercentComplete>int</PercentComplete>
            <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
            <ProgressStageGroup>int</ProgressStageGroup>
            <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
            <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
            <Attendees xsi:nil="true" />
            <Periods xsi:nil="true" />
            <DateCompleted>dateTime</DateCompleted>
            <Timezone>string</Timezone>
            <EFlags>None or RecurrenceEnd or EstDuration_HourUnit or EstDuration_DayUnit or IsAllDay</EFlags>
            <IntervalType>None or Daily or Weekly or Monthly or Yearly</IntervalType>
            <FrequencyInterval>int</FrequencyInterval>
            <FrequencyEndType>No_End or End_Date or Maximum_Occurances</FrequencyEndType>
            <MaxOccurances>int</MaxOccurances>
            <DateEnd>dateTime</DateEnd>
            <AlarmAction>None or Audio or Display or Email or Procedure</AlarmAction>
            <AlarmTrigger xsi:nil="true" />
            <AlarmRepeat>int</AlarmRepeat>
            <Activity>int</Activity>
            <DateTimeStamp>dateTime</DateTimeStamp>
            <Sequence>int</Sequence>
            <EntryCategories>None or Business or HumanResources or Anniversary or Personal or SpecialOccasion or Family or Finance or Project or Meeting or PhoneCall or NotInOffice or SickDay or Appointment or Education or Travel or Vacation or Holiday or Medical or Court or Birthday</EntryCategories>
            <EntryClass>Public or Private or Confidential</EntryClass>
            <Resources>string</Resources>
            <Contact>string</Contact>
            <Organizer>string</Organizer>
            <Location>string</Location>
            <TRANSP>string</TRANSP>
            <UID>string</UID>
            <Duration xsi:nil="true" />
            <EstDurationTicks>long</EstDurationTicks>
            <Offsets xsi:nil="true" />
            <OffsetsRule>string</OffsetsRule>
          </Event>
        </Events>
      </GetCalendarResult>
    </GetCalendarResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /xml/GetCalendar?CalendarIDs=string&CalendarIDs=string&eventsFor=string&from=string&until=string&types=string HTTP/1.1
Host: admin.worketc.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<iCal xmlns="http://schema.veetro.com">
  <BodyParts>
    <BodyPart>
      <ContentType>string</ContentType>
      <ContentID>string</ContentID>
      <Text>string</Text>
    </BodyPart>
    <BodyPart>
      <ContentType>string</ContentType>
      <ContentID>string</ContentID>
      <Text>string</Text>
    </BodyPart>
  </BodyParts>
  <Events>
    <Event>
      <EventType>ToDo or Journal or Event</EventType>
      <DateStart>dateTime</DateStart>
      <Priority>int</Priority>
      <DateDue>dateTime</DateDue>
      <EntryStatus>None or Tentative or Confirmed or Cancelled or Needs_Action or Completed or In_Progress or Draft or Final</EntryStatus>
      <CalendarID>int</CalendarID>
      <PercentComplete>int</PercentComplete>
      <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
      <ProgressStageGroup>int</ProgressStageGroup>
      <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
      <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
      <Attendees>
        <Entity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Entity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Attendees>
      <Periods>
        <Period d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Period d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Periods>
      <DateCompleted>dateTime</DateCompleted>
      <Timezone>string</Timezone>
      <EFlags>None or RecurrenceEnd or EstDuration_HourUnit or EstDuration_DayUnit or IsAllDay</EFlags>
      <IntervalType>None or Daily or Weekly or Monthly or Yearly</IntervalType>
      <FrequencyInterval>int</FrequencyInterval>
      <FrequencyEndType>No_End or End_Date or Maximum_Occurances</FrequencyEndType>
      <MaxOccurances>int</MaxOccurances>
      <DateEnd>dateTime</DateEnd>
      <AlarmAction>None or Audio or Display or Email or Procedure</AlarmAction>
      <AlarmTrigger />
      <AlarmRepeat>int</AlarmRepeat>
      <Activity>int</Activity>
      <DateTimeStamp>dateTime</DateTimeStamp>
      <Sequence>int</Sequence>
      <EntryCategories>None or Business or HumanResources or Anniversary or Personal or SpecialOccasion or Family or Finance or Project or Meeting or PhoneCall or NotInOffice or SickDay or Appointment or Education or Travel or Vacation or Holiday or Medical or Court or Birthday</EntryCategories>
      <EntryClass>Public or Private or Confidential</EntryClass>
      <Resources>string</Resources>
      <Contact>string</Contact>
      <Organizer>string</Organizer>
      <Location>string</Location>
      <TRANSP>string</TRANSP>
      <UID>string</UID>
      <Duration />
      <EstDurationTicks>long</EstDurationTicks>
      <Offsets>
        <FrequencyOffset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FrequencyOffset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Offsets>
      <OffsetsRule>string</OffsetsRule>
    </Event>
    <Event>
      <EventType>ToDo or Journal or Event</EventType>
      <DateStart>dateTime</DateStart>
      <Priority>int</Priority>
      <DateDue>dateTime</DateDue>
      <EntryStatus>None or Tentative or Confirmed or Cancelled or Needs_Action or Completed or In_Progress or Draft or Final</EntryStatus>
      <CalendarID>int</CalendarID>
      <PercentComplete>int</PercentComplete>
      <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
      <ProgressStageGroup>int</ProgressStageGroup>
      <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
      <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
      <Attendees>
        <Entity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Entity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Attendees>
      <Periods>
        <Period d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Period d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Periods>
      <DateCompleted>dateTime</DateCompleted>
      <Timezone>string</Timezone>
      <EFlags>None or RecurrenceEnd or EstDuration_HourUnit or EstDuration_DayUnit or IsAllDay</EFlags>
      <IntervalType>None or Daily or Weekly or Monthly or Yearly</IntervalType>
      <FrequencyInterval>int</FrequencyInterval>
      <FrequencyEndType>No_End or End_Date or Maximum_Occurances</FrequencyEndType>
      <MaxOccurances>int</MaxOccurances>
      <DateEnd>dateTime</DateEnd>
      <AlarmAction>None or Audio or Display or Email or Procedure</AlarmAction>
      <AlarmTrigger />
      <AlarmRepeat>int</AlarmRepeat>
      <Activity>int</Activity>
      <DateTimeStamp>dateTime</DateTimeStamp>
      <Sequence>int</Sequence>
      <EntryCategories>None or Business or HumanResources or Anniversary or Personal or SpecialOccasion or Family or Finance or Project or Meeting or PhoneCall or NotInOffice or SickDay or Appointment or Education or Travel or Vacation or Holiday or Medical or Court or Birthday</EntryCategories>
      <EntryClass>Public or Private or Confidential</EntryClass>
      <Resources>string</Resources>
      <Contact>string</Contact>
      <Organizer>string</Organizer>
      <Location>string</Location>
      <TRANSP>string</TRANSP>
      <UID>string</UID>
      <Duration />
      <EstDurationTicks>long</EstDurationTicks>
      <Offsets>
        <FrequencyOffset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FrequencyOffset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Offsets>
      <OffsetsRule>string</OffsetsRule>
    </Event>
  </Events>
</iCal>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /xml/GetCalendar HTTP/1.1
Host: admin.worketc.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

CalendarIDs=string&CalendarIDs=string&eventsFor=string&from=string&until=string&types=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<iCal xmlns="http://schema.veetro.com">
  <BodyParts>
    <BodyPart>
      <ContentType>string</ContentType>
      <ContentID>string</ContentID>
      <Text>string</Text>
    </BodyPart>
    <BodyPart>
      <ContentType>string</ContentType>
      <ContentID>string</ContentID>
      <Text>string</Text>
    </BodyPart>
  </BodyParts>
  <Events>
    <Event>
      <EventType>ToDo or Journal or Event</EventType>
      <DateStart>dateTime</DateStart>
      <Priority>int</Priority>
      <DateDue>dateTime</DateDue>
      <EntryStatus>None or Tentative or Confirmed or Cancelled or Needs_Action or Completed or In_Progress or Draft or Final</EntryStatus>
      <CalendarID>int</CalendarID>
      <PercentComplete>int</PercentComplete>
      <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
      <ProgressStageGroup>int</ProgressStageGroup>
      <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
      <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
      <Attendees>
        <Entity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Entity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Attendees>
      <Periods>
        <Period d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Period d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Periods>
      <DateCompleted>dateTime</DateCompleted>
      <Timezone>string</Timezone>
      <EFlags>None or RecurrenceEnd or EstDuration_HourUnit or EstDuration_DayUnit or IsAllDay</EFlags>
      <IntervalType>None or Daily or Weekly or Monthly or Yearly</IntervalType>
      <FrequencyInterval>int</FrequencyInterval>
      <FrequencyEndType>No_End or End_Date or Maximum_Occurances</FrequencyEndType>
      <MaxOccurances>int</MaxOccurances>
      <DateEnd>dateTime</DateEnd>
      <AlarmAction>None or Audio or Display or Email or Procedure</AlarmAction>
      <AlarmTrigger />
      <AlarmRepeat>int</AlarmRepeat>
      <Activity>int</Activity>
      <DateTimeStamp>dateTime</DateTimeStamp>
      <Sequence>int</Sequence>
      <EntryCategories>None or Business or HumanResources or Anniversary or Personal or SpecialOccasion or Family or Finance or Project or Meeting or PhoneCall or NotInOffice or SickDay or Appointment or Education or Travel or Vacation or Holiday or Medical or Court or Birthday</EntryCategories>
      <EntryClass>Public or Private or Confidential</EntryClass>
      <Resources>string</Resources>
      <Contact>string</Contact>
      <Organizer>string</Organizer>
      <Location>string</Location>
      <TRANSP>string</TRANSP>
      <UID>string</UID>
      <Duration />
      <EstDurationTicks>long</EstDurationTicks>
      <Offsets>
        <FrequencyOffset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FrequencyOffset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Offsets>
      <OffsetsRule>string</OffsetsRule>
    </Event>
    <Event>
      <EventType>ToDo or Journal or Event</EventType>
      <DateStart>dateTime</DateStart>
      <Priority>int</Priority>
      <DateDue>dateTime</DateDue>
      <EntryStatus>None or Tentative or Confirmed or Cancelled or Needs_Action or Completed or In_Progress or Draft or Final</EntryStatus>
      <CalendarID>int</CalendarID>
      <PercentComplete>int</PercentComplete>
      <ProgressStageGroup_Stage>int</ProgressStageGroup_Stage>
      <ProgressStageGroup>int</ProgressStageGroup>
      <ProgressStageGroup_Applied>int</ProgressStageGroup_Applied>
      <ProgressStageGroup_InheritEntryID>int</ProgressStageGroup_InheritEntryID>
      <Attendees>
        <Entity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Entity d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Attendees>
      <Periods>
        <Period d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Period d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Periods>
      <DateCompleted>dateTime</DateCompleted>
      <Timezone>string</Timezone>
      <EFlags>None or RecurrenceEnd or EstDuration_HourUnit or EstDuration_DayUnit or IsAllDay</EFlags>
      <IntervalType>None or Daily or Weekly or Monthly or Yearly</IntervalType>
      <FrequencyInterval>int</FrequencyInterval>
      <FrequencyEndType>No_End or End_Date or Maximum_Occurances</FrequencyEndType>
      <MaxOccurances>int</MaxOccurances>
      <DateEnd>dateTime</DateEnd>
      <AlarmAction>None or Audio or Display or Email or Procedure</AlarmAction>
      <AlarmTrigger />
      <AlarmRepeat>int</AlarmRepeat>
      <Activity>int</Activity>
      <DateTimeStamp>dateTime</DateTimeStamp>
      <Sequence>int</Sequence>
      <EntryCategories>None or Business or HumanResources or Anniversary or Personal or SpecialOccasion or Family or Finance or Project or Meeting or PhoneCall or NotInOffice or SickDay or Appointment or Education or Travel or Vacation or Holiday or Medical or Court or Birthday</EntryCategories>
      <EntryClass>Public or Private or Confidential</EntryClass>
      <Resources>string</Resources>
      <Contact>string</Contact>
      <Organizer>string</Organizer>
      <Location>string</Location>
      <TRANSP>string</TRANSP>
      <UID>string</UID>
      <Duration />
      <EstDurationTicks>long</EstDurationTicks>
      <Offsets>
        <FrequencyOffset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FrequencyOffset d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Offsets>
      <OffsetsRule>string</OffsetsRule>
    </Event>
  </Events>
</iCal>