Calendar

Microsoft integration · 5 node(s).

00Overview

Microsoft Outlook calendar event management

Every field below is exactly what you see in the Flomation editor. Fields marked ● live picker let you choose from a list pulled live from your account — no IDs to look up.

01Connecting Calendar

Add your credentials as a Flomation environment secret, then pick them in each node. The connection fields are:

i
Pick an Environment on your flow (Flow Settings → Environment) so the secret resolves. Secret fields never show the value — they reference ${secrets.your_secret}.

02Create

Create Event

microsoft/calendar/create_event · Action

Create a new calendar event in Microsoft Outlook

FieldTypeDetails
SubjectstringRequired
Start TimestringRequired2026-06-15T09:00:00
End TimestringRequired2026-06-15T10:00:00
TimezonestringUTC
Bodytext
Locationstring
Attendeesstringuser@example.com, user2@example.com
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_CALENDAR}

Returns: tool_result, event_id, success, error

03Delete

Delete Event

microsoft/calendar/delete_event · Action

Delete a calendar event from Microsoft Outlook

FieldTypeDetails
Event IDstringRequired
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_CALENDAR}

Returns: tool_result, success, error

04Get

Get Event

microsoft/calendar/get_event · Action

Retrieve details of a specific calendar event

FieldTypeDetails
Event IDstringRequired
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_CALENDAR}

Returns: tool_result, subject, start, end_time, location, organizer, attendees, body, is_all_day, event, success, error

05List

List Events

microsoft/calendar/list_events · Action

List calendar events from a Microsoft Outlook calendar

FieldTypeDetails
Start Datestring2026-06-01T00:00:00
End Datestring2026-06-30T23:59:59
Maximum Resultsinteger
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_CALENDAR}

Returns: tool_result, events, count, success, error

06Update

Update Event

microsoft/calendar/update_event · Action

Update an existing calendar event in Microsoft Outlook

FieldTypeDetails
Event IDstringRequired
Subjectstring
Start Timestring
End Timestring
Timezonestring
Bodytext
Locationstring
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_CALENDAR}

Returns: tool_result, success, error

07Notes & Limitations

Behaviours and constraints worth knowing before you build with these nodes.