You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
In particular:
<ResponseObjects/>
(getter, seems to be read-only)<CreateItem/>
and<UpdateItem/>
)<SetItemField/>
works already. TODO here:<DeleteItemField/>
should remove all attendees,<AppendToItemField>
should add one)<AcceptItem/>
,<DeclineItem/>
, and<TentativelyAcceptItem/>
elementsThe text was updated successfully, but these errors were encountered: