microsoft365_calendarmicrosoft365_calendar_eventmicrosoft365_calendar_groupmicrosoft365_contactmicrosoft365_drivemicrosoft365_drive_filemicrosoft365_mail_messagemicrosoft365_my_calendarmicrosoft365_my_calendar_eventmicrosoft365_my_calendar_groupmicrosoft365_my_contactmicrosoft365_my_drivemicrosoft365_my_drive_filemicrosoft365_my_mail_messagemicrosoft365_organization_contactmicrosoft365_teammicrosoft365_team_member
Table: microsoft365_calendar_group
List all the calendar groups of specified user.
Examples
List all
select *from microsoft365_calendar_group;
Schema for microsoft365_calendar_group
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
change_key | text | Identifies the version of the calendar group. Every time the calendar group is changed, ChangeKey changes as well. This allows Exchange to apply changes to the correct version of the object. | |
class_id | text | The class identifier. | |
id | text | = | The group's unique identifier. |
name | text | The group name. | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. | |
tenant_id | text | =, !=, ~~, ~~*, !~~, !~~* | The Azure Tenant ID where the resource is located. |
title | text | Title of the resource. | |
user_id | text | = | ID or email of the user. |
Export
This table is available as a standalone Exporter CLI. Steampipe exporters are stand-alone binaries that allow you to extract data using Steampipe plugins without a database.
You can download the tarball for your platform from the Releases page, but it is simplest to install them with the steampipe_export_installer.sh
script:
/bin/sh -c "$(curl -fsSL https://steampipe.io/install/export.sh)" -- microsoft365
You can pass the configuration to the command with the --config
argument:
steampipe_export_microsoft365 --config '<your_config>' microsoft365_calendar_group