Share via

Missing calendar group events

tai tran 56 Reputation points
2021-12-03T10:55:27.857+00:00

I have a calendar group and a recurring event has created on this group since 2 months ago (subject: MyPrefix - Mysuffix) , It set to repeat every 2 weeks.

I tried to get these events by the below steps:

  1. Find group_id
  2. Get events from these group (https://graph.microsoft.com/v1.0/groups/{group_id}events?$filter=contains(subject, 'MyPrefix'))
    (E.g., I have events: MyPrefix - Mysuffix, MyPrefix - Mysuffix2, MyPrefix - Mysuffix3 etc)

=> The result: It only responded the first event that I created (MyPrefix - Mysuffix), It doesn't response the next events

Please help me on this case and how can I get all events of this group fully?

Microsoft Security | Microsoft Graph
0 comments No comments

1 answer

Sort by: Most helpful
  1. CarlZhao-MSFT 46,456 Reputation points
    2021-12-06T07:12:05.483+00:00

    Try this:

    https://graph.microsoft.com/v1.0/groups/{group id}/events?$filter=startsWith(subject,'MyPrefix')  
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.