wala rawashdeh
wala rawashdeh

Reputation: 433

Integration with the exchange server: propose new time for the appointment

I am new to the EWS Managed API 2.0, and I am working on integrating a web application with the exchange server. My application is required to create new appointments and reply them via the system, one of the functionalists is to propose new time for the appointment. I can find the Decline, accept, Accept tentatively response types but can't find the response with proposing new time.

any suggestions?

Upvotes: 0

Views: 236

Answers (1)

Venkat Ayyadevara - MSFT
Venkat Ayyadevara - MSFT

Reputation: 2883

EWS Managed API doesn't have support for "Propose new time" functionality. But please take a look at this article, to see how to implement it using the underlying EWS SOAP APIs.

Upvotes: 3

Related Questions