ews-cpp icon indicating copy to clipboard operation
ews-cpp copied to clipboard

Add support for scheduling meetings

Open bkircher opened this issue 8 years ago • 0 comments

In particular:

  • implement item property <ResponseObjects/> (getter, seems to be read-only)
  • create meetings and inviting attendees (via <CreateItem/> and <UpdateItem/>)
  • modifying attendee collections (via <SetItemField/> works already. TODO here: <DeleteItemField/> should remove all attendees, <AppendToItemField> should add one)
  • forwarding meetings and meeting requests
  • support for meeting messages
  • creating response objects, <AcceptItem/>, <DeclineItem/>, and <TentativelyAcceptItem/> elements
  • cancelling meetings
  • support for recurring meetings

bkircher avatar Jul 15 '16 11:07 bkircher