Questions tagged [microsoft-graph-calendar]

Microsoft Graph Calendar refers to the Outlook Calendar APIs in Microsoft Graph. This tag should always be used in conjunction with the [microsoft-graph] tag.

408 questions
-2
votes
1 answer

How to create calendar event that comes with Microsoft Teams link to online meeting

Using Microsoft Graph API 1.0, how to create a calendar event that comes with link to Microsoft Teams (online meeting)? Reference: https://learn.microsoft.com/en-us/graph/api/team-post?view=graph-rest-beta&viewFallbackFrom=graph-rest-1.0
-2
votes
1 answer

Microsoft Graph findMeetingTimes endpoint not working

Please do not report as duplicate because all other topics have not solved my issue, thanks. I'm using Microsoft Graph api to list and create calendar events, however I can't seem to make the findMeetingTimes endpoint work. This is my authorization…
Tim Hef
  • 83
  • 1
  • 8
-3
votes
1 answer

Microsoft Graph Api not filtering calendar events correctly

I am trying to use filter operator to find the events between specific date and time. Now, it only searches single events, any occurrence of recurring events are being excluded. Following i tried in Graph…
1 2 3
27
28