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 Thumbprintcredentials_certificate_thumbprint—private_key— Private Keyuse_managed_identities— Use Azure Managed Identitiesmanaged_identities_client_id—default_user— Default userinsecure— Trust any certificate (not secure)proxy— Use system proxy settingsself_deployed— Use a self-deployed Azure Application
Commands (8)
-
msgraph-calendar-auth-resetRun this command if for some reason you need to rerun the authentication process.
-
msgraph-calendar-create-eventCreates a new event.
-
msgraph-calendar-delete-eventUpdates an existing event.
-
msgraph-calendar-get-calendarRetrieves one of user's Calendars.
-
msgraph-calendar-get-eventRetrieves an event by event ID.
-
msgraph-calendar-list-calendarsRetrieves a list of user Calendar.
-
msgraph-calendar-list-eventsRetrieves a list of Calendar's events.
-
msgraph-calendar-update-eventUpdates an existing event.