Share via

calendars list

2022-04-26T09:35:17.967+00:00

how to fetch all calendars except birthday and festival

Microsoft Security | Microsoft Graph
0 comments No comments

1 answer

Sort by: Most helpful
  1. Sheena-MSFT 1,736 Reputation points
    2022-04-26T11:55:49.123+00:00

    Hi @刘珊珊(人人事业部/saas事业部/chime) ,

    You can use $filter odata query parameter in your graph API endpoint to list all calendars expect birthdays and festivals.

    for example https://graph.microsoft.com/v1.0/me/calendars?$filter= name ne 'Birthday' and name ne 'festival'.

    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.

    Was this answer helpful?

    0 comments No comments

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.