Issue with Organizer's Email Address in CalendarView Filtering

Andreas Nofa 20 Reputation points
2023-11-23T03:13:07.4366667+00:00

I am having difficulty filtering the CalendarView in the Graph Explorer by using the organizer's email address. Even though the endpoint seems to be correct, it doesn't work as expected. On the other hand, filtering by the organizer's name works fine. I have verified the correctness of the email address format. Could someone provide any guidance or insight to help resolve this issue? Thanks.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,613 questions
0 comments No comments
{count} votes

Accepted answer
  1. AsithwMSFT 1,445 Reputation points Microsoft External Staff
    2023-11-25T23:45:38.3933333+00:00

    Andreas Nofa

    were you trying this ?

    https://graph.microsoft.com/v1.0/me/events?$filter=organizer/emailAddress/address eq 'test#example.com'
    

    According to the graph documentation. it is not yet supported.

    Unfortunately, filtering by organizer email address is not supported yet and there is no plan to change it in the upcoming months. As a workaround, filtering by organizer name is supported.

    https://github.com/microsoftgraph/microsoft-graph-docs-contrib/issues/8259#issuecomment-1680828412

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

    1 person found this answer helpful.
    0 comments No comments

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.