Veetro Web Service Methods


Click here for a complete list of operations.

FindEvents

[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/FindEvents"

<?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>
    <FindEvents xmlns="http://schema.veetro.com">
      <keywords>string</keywords>
      <EntityID>int</EntityID>
      <types>
        <EventType>ToDo or Journal or Event</EventType>
        <EventType>ToDo or Journal or Event</EventType>
      </types>
    </FindEvents>
  </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>
    <FindEventsResponse xmlns="http://schema.veetro.com">
      <FindEventsResult>
        <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 xsi:nil="true" />
            <Entity xsi:nil="true" />
          </Attendees>
          <Periods>
            <Period xsi:nil="true" />
            <Period xsi:nil="true" />
          </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 xsi:nil="true" />
            <FrequencyOffset xsi:nil="true" />
          </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 xsi:nil="true" />
            <Entity xsi:nil="true" />
          </Attendees>
          <Periods>
            <Period xsi:nil="true" />
            <Period xsi:nil="true" />
          </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 xsi:nil="true" />
            <FrequencyOffset xsi:nil="true" />
          </Offsets>
          <OffsetsRule>string</OffsetsRule>
        </Event>
      </FindEventsResult>
    </FindEventsResponse>
  </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>
    <FindEvents xmlns="http://schema.veetro.com">
      <keywords>string</keywords>
      <EntityID>int</EntityID>
      <types>
        <EventType>ToDo or Journal or Event</EventType>
        <EventType>ToDo or Journal or Event</EventType>
      </types>
    </FindEvents>
  </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>
    <FindEventsResponse xmlns="http://schema.veetro.com">
      <FindEventsResult>
        <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 xsi:nil="true" />
            <Entity xsi:nil="true" />
          </Attendees>
          <Periods>
            <Period xsi:nil="true" />
            <Period xsi:nil="true" />
          </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 xsi:nil="true" />
            <FrequencyOffset xsi:nil="true" />
          </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 xsi:nil="true" />
            <Entity xsi:nil="true" />
          </Attendees>
          <Periods>
            <Period xsi:nil="true" />
            <Period xsi:nil="true" />
          </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 xsi:nil="true" />
            <FrequencyOffset xsi:nil="true" />
          </Offsets>
          <OffsetsRule>string</OffsetsRule>
        </Event>
      </FindEventsResult>
    </FindEventsResponse>
  </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/FindEvents?keywords=string&EntityID=string&types=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"?>
<ArrayOfEvent xmlns="http://schema.veetro.com">
  <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>
        <CustomerCredentials>None or SupportPersonal or InvoicesPersonal or ProjectsPersonal or SupportCompany or InvoicesCompany or ProjectsCompany or ToDosPersonal or ToDosCompany or TimesheetsPersonal or TimesheetsCompany</CustomerCredentials>
        <EntityID>int</EntityID>
        <DirectoryLetter>string</DirectoryLetter>
        <Name>string</Name>
        <Email>string</Email>
        <Password>string</Password>
        <GooglePlusID>string</GooglePlusID>
        <GooglePicture>string</GooglePicture>
        <PasswordSHA256Salt>string</PasswordSHA256Salt>
        <PasswordSHA256Hash>string</PasswordSHA256Hash>
        <AlternateEmails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AlternateWebsites d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LastActivity>dateTime</LastActivity>
        <Language>English or French or Welsh or Spanish or SpanishUS or Czech or German or Hungarian or Finnish or Hindi or Russian or Vietnamese or Portuguese or Danish or Italian or Greek or Norwegian or ChineseTraditional or Sinhala or Afrikaans or Tamil or Romanian or Monenegrin or Dutch or Swedish or Polish or Japanese or Lithuanian or Korean or ChineseSimplified</Language>
        <Website>string</Website>
        <OpenID>string</OpenID>
        <Flags>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</Flags>
        <CreationDate>dateTime</CreationDate>
        <DateLastModified>dateTime</DateLastModified>
        <CurrencyIso4217>string</CurrencyIso4217>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <OwnerID>int</OwnerID>
        <CreatedBy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierRate>double</SupplierRate>
        <SupplierUnit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</SupplierUnit>
        <UserGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityHashID>string</EntityHashID>
        <LinkedInID>string</LinkedInID>
        <LinkedInUrl>string</LinkedInUrl>
        <TwitterID>string</TwitterID>
        <TwitterName>string</TwitterName>
        <TwitterUrl>string</TwitterUrl>
        <FacebookID>string</FacebookID>
        <FacebookName>string</FacebookName>
        <FacebookUrl>string</FacebookUrl>
        <IndustryType d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GooglePlusSocialID>string</GooglePlusSocialID>
        <GooglePlusSocialUrl>string</GooglePlusSocialUrl>
      </Entity>
      <Entity>
        <CustomerCredentials>None or SupportPersonal or InvoicesPersonal or ProjectsPersonal or SupportCompany or InvoicesCompany or ProjectsCompany or ToDosPersonal or ToDosCompany or TimesheetsPersonal or TimesheetsCompany</CustomerCredentials>
        <EntityID>int</EntityID>
        <DirectoryLetter>string</DirectoryLetter>
        <Name>string</Name>
        <Email>string</Email>
        <Password>string</Password>
        <GooglePlusID>string</GooglePlusID>
        <GooglePicture>string</GooglePicture>
        <PasswordSHA256Salt>string</PasswordSHA256Salt>
        <PasswordSHA256Hash>string</PasswordSHA256Hash>
        <AlternateEmails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AlternateWebsites d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LastActivity>dateTime</LastActivity>
        <Language>English or French or Welsh or Spanish or SpanishUS or Czech or German or Hungarian or Finnish or Hindi or Russian or Vietnamese or Portuguese or Danish or Italian or Greek or Norwegian or ChineseTraditional or Sinhala or Afrikaans or Tamil or Romanian or Monenegrin or Dutch or Swedish or Polish or Japanese or Lithuanian or Korean or ChineseSimplified</Language>
        <Website>string</Website>
        <OpenID>string</OpenID>
        <Flags>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</Flags>
        <CreationDate>dateTime</CreationDate>
        <DateLastModified>dateTime</DateLastModified>
        <CurrencyIso4217>string</CurrencyIso4217>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <OwnerID>int</OwnerID>
        <CreatedBy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierRate>double</SupplierRate>
        <SupplierUnit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</SupplierUnit>
        <UserGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityHashID>string</EntityHashID>
        <LinkedInID>string</LinkedInID>
        <LinkedInUrl>string</LinkedInUrl>
        <TwitterID>string</TwitterID>
        <TwitterName>string</TwitterName>
        <TwitterUrl>string</TwitterUrl>
        <FacebookID>string</FacebookID>
        <FacebookName>string</FacebookName>
        <FacebookUrl>string</FacebookUrl>
        <IndustryType d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GooglePlusSocialID>string</GooglePlusSocialID>
        <GooglePlusSocialUrl>string</GooglePlusSocialUrl>
      </Entity>
    </Attendees>
    <Periods>
      <Period>
        <PeriodID>int</PeriodID>
        <DateStart>dateTime</DateStart>
        <DateEnd>dateTime</DateEnd>
        <Delete>boolean</Delete>
        <Guid>string</Guid>
      </Period>
      <Period>
        <PeriodID>int</PeriodID>
        <DateStart>dateTime</DateStart>
        <DateEnd>dateTime</DateEnd>
        <Delete>boolean</Delete>
        <Guid>string</Guid>
      </Period>
    </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>
        <FrequencyOffsetID>int</FrequencyOffsetID>
        <OffsetType>ByDay or ByMonthDay or ByWeekNo or ByMonth</OffsetType>
        <Day>Sunday or Monday or Tuesday or Wednesday or Thursday or Friday or Saturday</Day>
        <Number>int</Number>
      </FrequencyOffset>
      <FrequencyOffset>
        <FrequencyOffsetID>int</FrequencyOffsetID>
        <OffsetType>ByDay or ByMonthDay or ByWeekNo or ByMonth</OffsetType>
        <Day>Sunday or Monday or Tuesday or Wednesday or Thursday or Friday or Saturday</Day>
        <Number>int</Number>
      </FrequencyOffset>
    </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>
        <CustomerCredentials>None or SupportPersonal or InvoicesPersonal or ProjectsPersonal or SupportCompany or InvoicesCompany or ProjectsCompany or ToDosPersonal or ToDosCompany or TimesheetsPersonal or TimesheetsCompany</CustomerCredentials>
        <EntityID>int</EntityID>
        <DirectoryLetter>string</DirectoryLetter>
        <Name>string</Name>
        <Email>string</Email>
        <Password>string</Password>
        <GooglePlusID>string</GooglePlusID>
        <GooglePicture>string</GooglePicture>
        <PasswordSHA256Salt>string</PasswordSHA256Salt>
        <PasswordSHA256Hash>string</PasswordSHA256Hash>
        <AlternateEmails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AlternateWebsites d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LastActivity>dateTime</LastActivity>
        <Language>English or French or Welsh or Spanish or SpanishUS or Czech or German or Hungarian or Finnish or Hindi or Russian or Vietnamese or Portuguese or Danish or Italian or Greek or Norwegian or ChineseTraditional or Sinhala or Afrikaans or Tamil or Romanian or Monenegrin or Dutch or Swedish or Polish or Japanese or Lithuanian or Korean or ChineseSimplified</Language>
        <Website>string</Website>
        <OpenID>string</OpenID>
        <Flags>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</Flags>
        <CreationDate>dateTime</CreationDate>
        <DateLastModified>dateTime</DateLastModified>
        <CurrencyIso4217>string</CurrencyIso4217>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <OwnerID>int</OwnerID>
        <CreatedBy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierRate>double</SupplierRate>
        <SupplierUnit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</SupplierUnit>
        <UserGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityHashID>string</EntityHashID>
        <LinkedInID>string</LinkedInID>
        <LinkedInUrl>string</LinkedInUrl>
        <TwitterID>string</TwitterID>
        <TwitterName>string</TwitterName>
        <TwitterUrl>string</TwitterUrl>
        <FacebookID>string</FacebookID>
        <FacebookName>string</FacebookName>
        <FacebookUrl>string</FacebookUrl>
        <IndustryType d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GooglePlusSocialID>string</GooglePlusSocialID>
        <GooglePlusSocialUrl>string</GooglePlusSocialUrl>
      </Entity>
      <Entity>
        <CustomerCredentials>None or SupportPersonal or InvoicesPersonal or ProjectsPersonal or SupportCompany or InvoicesCompany or ProjectsCompany or ToDosPersonal or ToDosCompany or TimesheetsPersonal or TimesheetsCompany</CustomerCredentials>
        <EntityID>int</EntityID>
        <DirectoryLetter>string</DirectoryLetter>
        <Name>string</Name>
        <Email>string</Email>
        <Password>string</Password>
        <GooglePlusID>string</GooglePlusID>
        <GooglePicture>string</GooglePicture>
        <PasswordSHA256Salt>string</PasswordSHA256Salt>
        <PasswordSHA256Hash>string</PasswordSHA256Hash>
        <AlternateEmails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AlternateWebsites d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LastActivity>dateTime</LastActivity>
        <Language>English or French or Welsh or Spanish or SpanishUS or Czech or German or Hungarian or Finnish or Hindi or Russian or Vietnamese or Portuguese or Danish or Italian or Greek or Norwegian or ChineseTraditional or Sinhala or Afrikaans or Tamil or Romanian or Monenegrin or Dutch or Swedish or Polish or Japanese or Lithuanian or Korean or ChineseSimplified</Language>
        <Website>string</Website>
        <OpenID>string</OpenID>
        <Flags>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</Flags>
        <CreationDate>dateTime</CreationDate>
        <DateLastModified>dateTime</DateLastModified>
        <CurrencyIso4217>string</CurrencyIso4217>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <OwnerID>int</OwnerID>
        <CreatedBy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierRate>double</SupplierRate>
        <SupplierUnit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</SupplierUnit>
        <UserGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityHashID>string</EntityHashID>
        <LinkedInID>string</LinkedInID>
        <LinkedInUrl>string</LinkedInUrl>
        <TwitterID>string</TwitterID>
        <TwitterName>string</TwitterName>
        <TwitterUrl>string</TwitterUrl>
        <FacebookID>string</FacebookID>
        <FacebookName>string</FacebookName>
        <FacebookUrl>string</FacebookUrl>
        <IndustryType d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GooglePlusSocialID>string</GooglePlusSocialID>
        <GooglePlusSocialUrl>string</GooglePlusSocialUrl>
      </Entity>
    </Attendees>
    <Periods>
      <Period>
        <PeriodID>int</PeriodID>
        <DateStart>dateTime</DateStart>
        <DateEnd>dateTime</DateEnd>
        <Delete>boolean</Delete>
        <Guid>string</Guid>
      </Period>
      <Period>
        <PeriodID>int</PeriodID>
        <DateStart>dateTime</DateStart>
        <DateEnd>dateTime</DateEnd>
        <Delete>boolean</Delete>
        <Guid>string</Guid>
      </Period>
    </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>
        <FrequencyOffsetID>int</FrequencyOffsetID>
        <OffsetType>ByDay or ByMonthDay or ByWeekNo or ByMonth</OffsetType>
        <Day>Sunday or Monday or Tuesday or Wednesday or Thursday or Friday or Saturday</Day>
        <Number>int</Number>
      </FrequencyOffset>
      <FrequencyOffset>
        <FrequencyOffsetID>int</FrequencyOffsetID>
        <OffsetType>ByDay or ByMonthDay or ByWeekNo or ByMonth</OffsetType>
        <Day>Sunday or Monday or Tuesday or Wednesday or Thursday or Friday or Saturday</Day>
        <Number>int</Number>
      </FrequencyOffset>
    </Offsets>
    <OffsetsRule>string</OffsetsRule>
  </Event>
</ArrayOfEvent>

HTTP POST

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

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

keywords=string&EntityID=string&types=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"?>
<ArrayOfEvent xmlns="http://schema.veetro.com">
  <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>
        <CustomerCredentials>None or SupportPersonal or InvoicesPersonal or ProjectsPersonal or SupportCompany or InvoicesCompany or ProjectsCompany or ToDosPersonal or ToDosCompany or TimesheetsPersonal or TimesheetsCompany</CustomerCredentials>
        <EntityID>int</EntityID>
        <DirectoryLetter>string</DirectoryLetter>
        <Name>string</Name>
        <Email>string</Email>
        <Password>string</Password>
        <GooglePlusID>string</GooglePlusID>
        <GooglePicture>string</GooglePicture>
        <PasswordSHA256Salt>string</PasswordSHA256Salt>
        <PasswordSHA256Hash>string</PasswordSHA256Hash>
        <AlternateEmails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AlternateWebsites d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LastActivity>dateTime</LastActivity>
        <Language>English or French or Welsh or Spanish or SpanishUS or Czech or German or Hungarian or Finnish or Hindi or Russian or Vietnamese or Portuguese or Danish or Italian or Greek or Norwegian or ChineseTraditional or Sinhala or Afrikaans or Tamil or Romanian or Monenegrin or Dutch or Swedish or Polish or Japanese or Lithuanian or Korean or ChineseSimplified</Language>
        <Website>string</Website>
        <OpenID>string</OpenID>
        <Flags>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</Flags>
        <CreationDate>dateTime</CreationDate>
        <DateLastModified>dateTime</DateLastModified>
        <CurrencyIso4217>string</CurrencyIso4217>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <OwnerID>int</OwnerID>
        <CreatedBy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierRate>double</SupplierRate>
        <SupplierUnit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</SupplierUnit>
        <UserGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityHashID>string</EntityHashID>
        <LinkedInID>string</LinkedInID>
        <LinkedInUrl>string</LinkedInUrl>
        <TwitterID>string</TwitterID>
        <TwitterName>string</TwitterName>
        <TwitterUrl>string</TwitterUrl>
        <FacebookID>string</FacebookID>
        <FacebookName>string</FacebookName>
        <FacebookUrl>string</FacebookUrl>
        <IndustryType d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GooglePlusSocialID>string</GooglePlusSocialID>
        <GooglePlusSocialUrl>string</GooglePlusSocialUrl>
      </Entity>
      <Entity>
        <CustomerCredentials>None or SupportPersonal or InvoicesPersonal or ProjectsPersonal or SupportCompany or InvoicesCompany or ProjectsCompany or ToDosPersonal or ToDosCompany or TimesheetsPersonal or TimesheetsCompany</CustomerCredentials>
        <EntityID>int</EntityID>
        <DirectoryLetter>string</DirectoryLetter>
        <Name>string</Name>
        <Email>string</Email>
        <Password>string</Password>
        <GooglePlusID>string</GooglePlusID>
        <GooglePicture>string</GooglePicture>
        <PasswordSHA256Salt>string</PasswordSHA256Salt>
        <PasswordSHA256Hash>string</PasswordSHA256Hash>
        <AlternateEmails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AlternateWebsites d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LastActivity>dateTime</LastActivity>
        <Language>English or French or Welsh or Spanish or SpanishUS or Czech or German or Hungarian or Finnish or Hindi or Russian or Vietnamese or Portuguese or Danish or Italian or Greek or Norwegian or ChineseTraditional or Sinhala or Afrikaans or Tamil or Romanian or Monenegrin or Dutch or Swedish or Polish or Japanese or Lithuanian or Korean or ChineseSimplified</Language>
        <Website>string</Website>
        <OpenID>string</OpenID>
        <Flags>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</Flags>
        <CreationDate>dateTime</CreationDate>
        <DateLastModified>dateTime</DateLastModified>
        <CurrencyIso4217>string</CurrencyIso4217>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <OwnerID>int</OwnerID>
        <CreatedBy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierRate>double</SupplierRate>
        <SupplierUnit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</SupplierUnit>
        <UserGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityHashID>string</EntityHashID>
        <LinkedInID>string</LinkedInID>
        <LinkedInUrl>string</LinkedInUrl>
        <TwitterID>string</TwitterID>
        <TwitterName>string</TwitterName>
        <TwitterUrl>string</TwitterUrl>
        <FacebookID>string</FacebookID>
        <FacebookName>string</FacebookName>
        <FacebookUrl>string</FacebookUrl>
        <IndustryType d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GooglePlusSocialID>string</GooglePlusSocialID>
        <GooglePlusSocialUrl>string</GooglePlusSocialUrl>
      </Entity>
    </Attendees>
    <Periods>
      <Period>
        <PeriodID>int</PeriodID>
        <DateStart>dateTime</DateStart>
        <DateEnd>dateTime</DateEnd>
        <Delete>boolean</Delete>
        <Guid>string</Guid>
      </Period>
      <Period>
        <PeriodID>int</PeriodID>
        <DateStart>dateTime</DateStart>
        <DateEnd>dateTime</DateEnd>
        <Delete>boolean</Delete>
        <Guid>string</Guid>
      </Period>
    </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>
        <FrequencyOffsetID>int</FrequencyOffsetID>
        <OffsetType>ByDay or ByMonthDay or ByWeekNo or ByMonth</OffsetType>
        <Day>Sunday or Monday or Tuesday or Wednesday or Thursday or Friday or Saturday</Day>
        <Number>int</Number>
      </FrequencyOffset>
      <FrequencyOffset>
        <FrequencyOffsetID>int</FrequencyOffsetID>
        <OffsetType>ByDay or ByMonthDay or ByWeekNo or ByMonth</OffsetType>
        <Day>Sunday or Monday or Tuesday or Wednesday or Thursday or Friday or Saturday</Day>
        <Number>int</Number>
      </FrequencyOffset>
    </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>
        <CustomerCredentials>None or SupportPersonal or InvoicesPersonal or ProjectsPersonal or SupportCompany or InvoicesCompany or ProjectsCompany or ToDosPersonal or ToDosCompany or TimesheetsPersonal or TimesheetsCompany</CustomerCredentials>
        <EntityID>int</EntityID>
        <DirectoryLetter>string</DirectoryLetter>
        <Name>string</Name>
        <Email>string</Email>
        <Password>string</Password>
        <GooglePlusID>string</GooglePlusID>
        <GooglePicture>string</GooglePicture>
        <PasswordSHA256Salt>string</PasswordSHA256Salt>
        <PasswordSHA256Hash>string</PasswordSHA256Hash>
        <AlternateEmails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AlternateWebsites d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LastActivity>dateTime</LastActivity>
        <Language>English or French or Welsh or Spanish or SpanishUS or Czech or German or Hungarian or Finnish or Hindi or Russian or Vietnamese or Portuguese or Danish or Italian or Greek or Norwegian or ChineseTraditional or Sinhala or Afrikaans or Tamil or Romanian or Monenegrin or Dutch or Swedish or Polish or Japanese or Lithuanian or Korean or ChineseSimplified</Language>
        <Website>string</Website>
        <OpenID>string</OpenID>
        <Flags>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</Flags>
        <CreationDate>dateTime</CreationDate>
        <DateLastModified>dateTime</DateLastModified>
        <CurrencyIso4217>string</CurrencyIso4217>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <OwnerID>int</OwnerID>
        <CreatedBy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierRate>double</SupplierRate>
        <SupplierUnit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</SupplierUnit>
        <UserGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityHashID>string</EntityHashID>
        <LinkedInID>string</LinkedInID>
        <LinkedInUrl>string</LinkedInUrl>
        <TwitterID>string</TwitterID>
        <TwitterName>string</TwitterName>
        <TwitterUrl>string</TwitterUrl>
        <FacebookID>string</FacebookID>
        <FacebookName>string</FacebookName>
        <FacebookUrl>string</FacebookUrl>
        <IndustryType d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GooglePlusSocialID>string</GooglePlusSocialID>
        <GooglePlusSocialUrl>string</GooglePlusSocialUrl>
      </Entity>
      <Entity>
        <CustomerCredentials>None or SupportPersonal or InvoicesPersonal or ProjectsPersonal or SupportCompany or InvoicesCompany or ProjectsCompany or ToDosPersonal or ToDosCompany or TimesheetsPersonal or TimesheetsCompany</CustomerCredentials>
        <EntityID>int</EntityID>
        <DirectoryLetter>string</DirectoryLetter>
        <Name>string</Name>
        <Email>string</Email>
        <Password>string</Password>
        <GooglePlusID>string</GooglePlusID>
        <GooglePicture>string</GooglePicture>
        <PasswordSHA256Salt>string</PasswordSHA256Salt>
        <PasswordSHA256Hash>string</PasswordSHA256Hash>
        <AlternateEmails d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AlternateWebsites d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <LastActivity>dateTime</LastActivity>
        <Language>English or French or Welsh or Spanish or SpanishUS or Czech or German or Hungarian or Finnish or Hindi or Russian or Vietnamese or Portuguese or Danish or Italian or Greek or Norwegian or ChineseTraditional or Sinhala or Afrikaans or Tamil or Romanian or Monenegrin or Dutch or Swedish or Polish or Japanese or Lithuanian or Korean or ChineseSimplified</Language>
        <Website>string</Website>
        <OpenID>string</OpenID>
        <Flags>Sales_Lead or Customer or Supplier or Subscriber or Company or Person or Employee or Do_Not_Email or Inactive or Enable_Entry_Alerts or Disable_Login or Email_Bounced or Xero_Contact or Workgroup or Disable_Owner_Alerts or QuickBooks_Contact or Has_Avatar or PermissionInheritCompany or BirthDateYearOnly</Flags>
        <CreationDate>dateTime</CreationDate>
        <DateLastModified>dateTime</DateLastModified>
        <CurrencyIso4217>string</CurrencyIso4217>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <OwnerID>int</OwnerID>
        <CreatedBy d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierRate>double</SupplierRate>
        <SupplierUnit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</SupplierUnit>
        <UserGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EntityHashID>string</EntityHashID>
        <LinkedInID>string</LinkedInID>
        <LinkedInUrl>string</LinkedInUrl>
        <TwitterID>string</TwitterID>
        <TwitterName>string</TwitterName>
        <TwitterUrl>string</TwitterUrl>
        <FacebookID>string</FacebookID>
        <FacebookName>string</FacebookName>
        <FacebookUrl>string</FacebookUrl>
        <IndustryType d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GooglePlusSocialID>string</GooglePlusSocialID>
        <GooglePlusSocialUrl>string</GooglePlusSocialUrl>
      </Entity>
    </Attendees>
    <Periods>
      <Period>
        <PeriodID>int</PeriodID>
        <DateStart>dateTime</DateStart>
        <DateEnd>dateTime</DateEnd>
        <Delete>boolean</Delete>
        <Guid>string</Guid>
      </Period>
      <Period>
        <PeriodID>int</PeriodID>
        <DateStart>dateTime</DateStart>
        <DateEnd>dateTime</DateEnd>
        <Delete>boolean</Delete>
        <Guid>string</Guid>
      </Period>
    </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>
        <FrequencyOffsetID>int</FrequencyOffsetID>
        <OffsetType>ByDay or ByMonthDay or ByWeekNo or ByMonth</OffsetType>
        <Day>Sunday or Monday or Tuesday or Wednesday or Thursday or Friday or Saturday</Day>
        <Number>int</Number>
      </FrequencyOffset>
      <FrequencyOffset>
        <FrequencyOffsetID>int</FrequencyOffsetID>
        <OffsetType>ByDay or ByMonthDay or ByWeekNo or ByMonth</OffsetType>
        <Day>Sunday or Monday or Tuesday or Wednesday or Thursday or Friday or Saturday</Day>
        <Number>int</Number>
      </FrequencyOffset>
    </Offsets>
    <OffsetsRule>string</OffsetsRule>
  </Event>
</ArrayOfEvent>