views:

81

answers:

1

I am using EWS through PHP to connect to a calendar on an exchange server and retrieve a certain set of CalendarItems. But the CalendarItems I receive do not have any field containing the body text of the calendar event.

Anyone have any idea how I would get the body text? (Using php-ews)

A: 

Figured it out. I was doing a FindItem request on the calendar to get all the calendar items, turns out that if you do a GetItem request on the calendar item, you get the body.

DanieL
Or maybe not, this seems to only return the body if I create it in php, not if it is created in exchange...
DanieL