Service Overview
Microsoft Graph Calendar is the official microsoft 365 calendar api from Microsoft for graph, calendar, events, and productivity. This Hub entry keeps the service explanation, setup links, and Harbor-safe import path together so operators can review the integration before local credentials and policies are applied.
Microsoft Graph Calendar
Service
Microsoft 365 calendar API
Service type
https://graph.microsoft.com/
Base URL
What This Port Does
- List calendars visible to the signed-in Microsoft Graph user.
- List events in the signed-in user's default calendar using typed query inputs for page size.
- Create a calendar event for the signed-in Microsoft Graph user using a bounded JSON request body.
- Keeps service credentials local to Harbor Node so approval, execution, and audit stay inside the Harbor ecosystem.
Operator Setup
- Create or confirm a Microsoft account, workspace, or tenant with the API access needed for the actions you plan to enable.
- Import this Hub entry into Harbor, then verify the service base URL and connection settings before testing actions.
- Store the required Bearer token locally in Harbor Node using the Authorization header, then review automatic versus approval-required actions before publish.
- Use the vendor setup guide linked below to create service credentials, scopes, or app registration settings that match your Harbor policy.
Install
Use in Harbor UI or the import-by-URL route.
https://hub.breakwaterharbor.net/p/microsoft/microsoft-graph-calendar
http_api
Local shell
12
Actions
Community
Required tier
Never
Secrets imported
Actions
List Calendars JSON
{
"slug": "list-calendars",
"label": "List Calendars",
"description": "List calendars visible to the signed-in Microsoft Graph user.",
"method": "GET",
"path": "/v1.0/me/calendars",
"approvalMode": "automatic",
"requestBodyMode": "none",
"resultMode": "json_summary"
}
Workflows
Schedule Review
Future workflow template for checking calendar load and drafting an operator-reviewed event creation flow.