Microsoft Graph Calendar

O365 Outlook Calendar enables you to create and manage different calendars and events according to your requirements.

IT Services · Microsoft Graph Calendar

Configuration parameters

  • url — Server URL (required)
  • auth_id — ID (received from the admin consent - see Detailed Instructions (?)
  • credentials_auth_id
  • tenant_id — Token (received from the admin consent - see Detailed Instructions (?) section)
  • credentials_tenant_id
  • enc_key — Key (received from the admin consent - see Detailed Instructions (?)
  • credentials_enc_key
  • certificate_thumbprint — Certificate Thumbprint
  • credentials_certificate_thumbprint
  • private_key — Private Key
  • use_managed_identities — Use Azure Managed Identities
  • managed_identities_client_id
  • default_user — Default user
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings
  • self_deployed — Use a self-deployed Azure Application

Commands (8)

  • msgraph-calendar-auth-reset

    Run this command if for some reason you need to rerun the authentication process.

  • msgraph-calendar-create-event

    Creates a new event.

  • msgraph-calendar-delete-event

    Updates an existing event.

  • msgraph-calendar-get-calendar

    Retrieves one of user's Calendars.

  • msgraph-calendar-get-event

    Retrieves an event by event ID.

  • msgraph-calendar-list-calendars

    Retrieves a list of user Calendar.

  • msgraph-calendar-list-events

    Retrieves a list of Calendar's events.

  • msgraph-calendar-update-event

    Updates an existing event.