Is it possible to append to the body of an exisitng calendar item? I am trying calendarItemType cal = new CalendarItemType PathToUnindexedFieldType appendBodyField = new PathToUnindexedFieldType(UnindexedFieldURIType.itemBody); cal.Body.Value = "Approved by Supervisor on " + DateTime.Now.ToShortDateString(); AppendToItemFieldType addApprovalMessageToBody = new AppendToItemFieldType(appendBodyField, cal); Thanks, ~ck