can't see event in teams team calendar created via graph api

Sven Träger 0 Reputation points
2024-08-14T13:24:30.4166667+00:00

I have a Power App that runs a Power Flow to create a new event in a group calendar. Creating the event works fine as I can see it in the participants calendar. Also when I call the events in the group calendar via GET, I get the events. Somehow, however, they are not displayed in the team calendar.

I then created an appointment in the Teams team calendar and called it up via Graph to compare the body with the meeting created via Flow and they are identical except for IDs. POST & Respons.txt

Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-08-15T03:00:17.24+00:00

    Hi @traeger

    When tested, this is the expected behavior, and events created by the Graph API are primarily integrated with calendars in outlook, so some created events can be seen in outlook calendars rather than displayed in teams.

    This is true for group events created through the Graph API, which you can view in outlook's calendar.

    For a more detailed explanation, you can check out the official document:

    https://learn.microsoft.com/en-us/graph/outlook-calendar-concept-overview

    Hope this helps.

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


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.