-1

Can anyone know how can I retrieve My group's all members outlook calendar events using Microsoft Graph API? Consider me as admin of that group.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Renish Patel
  • 262
  • 2
  • 11

1 Answers1

0

At first, you could get all members in your groups.

Please refer to this link:

Microsoft Graph API Get ALL members from a supplied group

Then you could get calendar events on the member’s calendar.

List Events

Simon Li
  • 303
  • 2
  • 4