Search code examples
python-2.7outlookmicrosoft-graph-apioffice365api

Can we send two different invite for same event in outlook using graph api microsoft


I am trying to send two different invites with different bodies for users. example requirements:

  1. There are interviewer and applicant who needs to notify
  2. we want to create event and send them with different body invite.
  3. In Google Meet there is an option for conferenceData using that we can do this task.

Is there any way in Microsoft Outlook to use REST graph API for the same task event?

Thanks in advance.


Solution

  • Currently, Graph API does not support your scenario. Being said that, please consider raising user voice here for the feature ask that you have so that it could be considered for future implementations.

    Hope this helps. Thank you.