4.5.11 Receiving a Substitute Meeting Invitation Email Message

The following example shows a Sync command response (section 2.2.1.21) that contains a substitute meeting invitation email message, as specified in section 3.1.5.6.1. In this example, Jason Carlson has configured his calendar to give Toby Nixon delegate access. Toby receives copies of all meeting requests sent to Jason. David Jones has sent a meeting request to Jason with the following information:

Meeting request field

Value

Subject

"Meet for lunch"

Start time

"2012-02-23T16:00:00.000Z"

End time

"2012-02-23T17:00:00.000Z"

Location

"Cafeteria downstairs"

Body

"Let's meet for lunch to discuss upcoming projects."

The server sends a Sync command response that contains the following.

 <ApplicationData xmlns="AirSync" xmlns:email="Email" xmlns:email2="Email2" xmlns:airsyncbase="AirSyncBase">
   <email:To>"Toby Nixon" &lt;toby@contoso.com&gt;</email:To>
   <email:From>"David Jones" &lt;david@contoso.com&gt;</email:From>
   <email:Subject>Meeting request for Jason Carlson: Meet for lunch</email:Subject>
   <email:DateReceived>2012-02-23T15:51:02.277Z</email:DateReceived>
   <email:DisplayTo>Toby Nixon</email:DisplayTo>
   <email:ThreadTopic>Meet for lunch</email:ThreadTopic>
   <email:Importance>1</email:Importance>
   <email:Read>1</email:Read>
   <airsyncbase:Body>
     <airsyncbase:Type>3</airsyncbase:Type>
     <airsyncbase:EstimatedDataSize>429</airsyncbase:EstimatedDataSize>
     <airsyncbase:Truncated>1</airsyncbase:Truncated>
   </airsyncbase:Body>
   <email:MessageClass>IPM.Note</email:MessageClass>
   <email:InternetCPID>28591</email:InternetCPID>
   <email:Flag />
   <email:ContentClass>urn:content-classes:message</email:ContentClass>
   <airsyncbase:NativeBodyType>3</airsyncbase:NativeBodyType>
   <email2:ConversationId>...</email2:ConversationId>
   <email2:ConversationIndex>...</email2:ConversationIndex>
   <email:Categories />
 </airsync:ApplicationData>

The body of the item retrieved via the ItemOperations command (section 2.2.1.10) has the following value:

 When: Thursday, February 23, 2012 11:00 AM-12:00 PM. (UTC-05:00) Eastern Time (US & Canada)
 Where: Cafeteria downstairs
  
 *~*~*~*~*~*~*~*~*~*
  
 Let's meet for lunch to discuss upcoming projects.