Calendar Invitation Mode for Modern Microsoft Exchange Connector (Graph)

Medha Gupta (Agent)
Medha Gupta (Agent)
  • Updated

Calendar Invitation Mode for Modern Microsoft Exchange Connector (Graph)

We now support Calendar Invitation mode using the Modern Microsoft Exchange Connector (powered by Microsoft Graph):

  • Invitation Mode defines how and when meeting invitations or updates are sent to attendees when an appointment (meeting) is created or modified. It determines: Whether invitations are sent (or suppressed). Who receives the invitations (all attendees, or none).
  • Types:

    Invitation modes

    Function

    SendToNone Do not send meeting invitations.
    SendOnlyToAll Send meeting invitations to all attendees but do not save a copy of the meeting invitation in the organizer's Sent Items folder.
    SendToAllAndSaveCopy Send meeting invitations to all attendees and save a copy of the meeting invitation in the organizer's Sent Items folder.
  • Using the Microsoft Graph connector, calendar invites are enabled by default. This means that whenever an appointment is created or updated through Graph, the notification is automatically sent to all attendees.
  • In Riva’s Graph implementation for Invitation Mode, we support two options: SendOnlyToAll and None. While SendOnlyToAll is intended to send invitations to all attendees without saving a copy in the organizer’s Sent Items, Microsoft Graph does not provide a way to suppress that copy. As a result, in practice, SendOnlyToAll in Graph behaves as “SendOnlyToAll and Save a Copy."
  • Riva's invitation mode with Graph connector also supports attachments sync.