MS Graph Calendar API does not return internal for YearlyPattern

Cristiano Degiorgis 40 Reputation points
2024-05-20T08:57:20.95+00:00

According to the documentation
https://learn.microsoft.com/en-us/graph/api/resources/recurrencepattern?view=graph-rest-1.0#properties

interval property should be required. Also the Outlook UI specifies that field for the Yearly pattern but the field is null within the API response. I'm usiing the connector for PowerBI and the field interval is null for Recurrence.Pattern="YearlyPattern" and also for "RelativeYearlyPattern" as well

ms-graph-calendar-interval

Outlook
Outlook
A family of Microsoft email and calendar products.
4,502 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,697 questions
0 comments No comments
{count} votes

Accepted answer
  1. CharanyaB-MSFT 1,891 Reputation points Microsoft External Staff
    2024-05-20T18:54:33.9366667+00:00

    Hello @Cristiano Degiorgis,

    Thank you for reaching Microsoft!

    By utilizing the Graph event API, I can retrieve the recurrence details for Yearly pattern types. Kindly refer to the attached response screenshot for verification. I recommend confirming the ID of the event you are attempting to retrieve through the Graph API. Additionally, ensure that the responses from the Graph API are being processed correctly in your application or connectors.

    User's image

    Documentation Reference: https://learn.microsoft.com/en-us/graph/outlook-schedule-recurring-events?source=recommendations

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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