0.0.8 • Published 2 years ago

@hybridheroes/jitsu-msgraph-source v0.0.8

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Microsoft Graph Source for Jitsu

Microsoft Graph

To grant this connector access to the Microsoft Graph API an Azure AD app needs to be registered with the following permissions:

  • Users.Read.All
  • Calendars.Read

Permissions need to be granted with the type application with tenant-wide admin consent.

The OAuth 2.0 credentials for the Azure AD app need to passed to the source as configuration:

  • tenant_id
  • client_id
  • client_secret

Commands

npm run build
npm run verify -- -c '{"tenant_id": "...", "client_id": "...", "client_secret": "..."}'
npm run execute -- -c '{"tenant_id": "...", "client_id": "...", "client_secret": "..."}' -s '{stream: "workspace_bookings"}'
npm publish --access public
0.0.8

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago