Data Providers
...
MS Graph
Graph Calendar

Get Calendar List

6min

Scenario

Get a list of available calendars for a user in Microsoft Graph using a GET REST function and displaying the list of calendars in a list .

Resource links:

Required OAuth scope (least to most privilege):

Calendars.Read Calendars.Read.Shared Calendars.ReadWrite

Related Sample

  1. Pressing on the Calendar will navigate to Get Event List and display the events in the selected calendar.
  2. Press on an item in the event list and view the event's details using the Get Event Item.
List of calendars
List of calendars


Examples and code snippets



General

index.jigx


Functions

MS Graph Calendar function in GitHub.

get-calendar-list.jigx


Jigs

MS Graph Calendar in GitHub.

view-calendar-list.jigx


See Also