Microsoft Graph calendar event list profile

org.intentschema.productivity.calendar.event.list.v1@com.microsoft.graph.v1

JSON: bare · @sha256:7f4fa164ea1b…
Hash: sha256:7f4fa164ea1bd13dea0f4cca8748172ebd8f7c8d7ee22f2449840cd5593f1bbb

Graph profile for calendar event list.

Implements: List calendar events (org.intentschema.productivity.calendar.event.list.v1)

Payload

FieldTypeDescription
target *Target(system = "ms_graph", required: system)
objectobject
ms_graph @com.microsoft.graphobject
object
FieldTypeDescription
querystringOptional provider-specific search string.
filterobject
limitinteger (minimum 1; maximum 500; default 50)
cursorstring
filter
FieldTypeDescription
calendar_idstringProvider calendar identifier; omit for primary.
afterstring (date-time)
beforestring (date-time)
attendeestring (email)
textstringFree-text match against summary/description/location.
ms_graph @com.microsoft.graph

open object — no declared properties

Result

FieldTypeDescription
items *object[]
next_cursorstringPresent when more results are available.
estimated_totalinteger

API mapping

FieldValue
base_urlhttps://graph.microsoft.com
methodGET
path/v1.0/me/events
scopesCalendars.Read
docshttps://learn.microsoft.com/en-us/graph/api/user-list-events

Field mapping

Intent fieldAPI parameter
object.filter.*$filter, $search, startDateTime, endDateTime query params
object.limit$top
object.cursor@odata.nextLink