0

I like to create a draft calendar entry for a user via the office 365 REST API, including all attendees, time etc. For missing information the user should complete this entry afterwards in the webapp. The problem: All attendees receive an invitation by creating the "draft". Is there a way to prevent the sending of the invitation?

Thanks in advance!

Best regards

Jason Johnston
  • 17,194
  • 2
  • 20
  • 34
AJRames
  • 135
  • 1
  • 11

1 Answers1

0

No, the API sends the invites once you create the event. There's not really a concept of a "draft" event.

Jason Johnston
  • 17,194
  • 2
  • 20
  • 34