Data Providers
...
MS Graph
Graph Calendar

Get Event List

6min

Scenario

Get a list of the next week's events on a user's calendar from Microsoft Graph using GET REST functions and show the events in a calendar

.

Resource links:

Required OAuth scope (least to most privilege):

Calendars.Read Calendars.ReadWrite

Related Sample

This example uses Get Calendar List to provide the calendar input to the view-calendar-events

 and navigates to Get Event Item when the event item is pressed.

Calendar events
Calendar events


Examples and code snippets



General

index.jigx


Functions

MS Graph Event List function in GitHub.

get-calendar-event-list.jigx
get-calendar-events-next-week.jigx


Jigs

MS Graph Calendar Events List

 in GitHub.

view-calendar-events.jigx


See Also