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

When using the code and samples in this topic, remember that they are designed to function as part of a comprehensive solution. To fully benefit from the intended functionality and ensure compatibility, it is recommended that you use the entire solution rather than selecting individual components in isolation. Alternatively, you can use these samples as a guide to understand the underlying concepts and MS Graph API, which can help you integrate similar solutions into your projects more effectively. The entire MS Graph solution is available on GitHub.



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



Updated 14 May 2024
Doc contributor
Doc contributor
Did this page help you?
Yes
No