turbot/microsoft365
steampipe plugin install microsoft365

Table: microsoft365_my_calendar_group

List all the calendar groups of specified user.

Examples

List all

select
*
from
microsoft365_my_calendar_group;

Schema for microsoft365_my_calendar_group

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
change_keytextIdentifies 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_idtextThe class identifier.
idtext=The group's unique identifier.
nametextThe group name.
tenant_idtextThe Azure Tenant ID where the resource is located.
titletextTitle of the resource.
user_idtextID 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_my_calendar_group