0

We have a special case that we need to implement regarding appointments. When an appointment is created, the same detail is sent to both the organizer and the attendees. We need to add additional information which is only visible to the organizer. Is this possible in the appointment?

Ahmad Chishti
  • 111
  • 10

1 Answers1

0

You could use CustomProperties of Appointment. Please refer to the following links:

Create appointment with custom properties in EWS

Set CustomProperties on appointment for all attendees

Simon Li
  • 303
  • 2
  • 4