Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
37 views

I would like to find the event (calendar item) for a given EventMessageRequest or EventMessageResponse with Microsoft Graph. In EWS both have the attribute associatedcalendaritemid that can be used, ...
slowcar's user avatar
  • 386
1 vote
0 answers
33 views

I'm currently using the Microsoft Graph API to create and update calendar events in Outlook. I've also set up webhook notifications to stay informed about any changes to these events. However, I would ...
Lnacer's user avatar
  • 155
1 vote
0 answers
42 views

When retrieving a message with EWS, I get an attribute AllowedResponseActions (see documentation). This reports if the meeting request cannot be forwarded for example, or a read notification cannot be ...
slowcar's user avatar
  • 386
1 vote
0 answers
31 views

We are integrating our system with Outlook using the Microsoft Graph API (v5.80.0 Java SDK) and Kotlin 1.9.23. Our application synchronizes meetings created in Outlook bidirectionally with our own ...
Felipe Rubio Lomas's user avatar
0 votes
1 answer
107 views

I want to integrate MS Graph API with my custom portal, where my team can create Microsoft calendar meetings, and the organizer should be the user who is creating this meeting. For example for get ...
shazim ali's user avatar
0 votes
0 answers
31 views

I created a meeting room resource in Microsoft Exchange and used its email address to create an event using the following API: POST https://graph.microsoft.com/v1.0/users/{room_email}/calendars/events ...
Tarun Kumar's user avatar
0 votes
0 answers
59 views

I am using Microsoft Graph API to create a meeting in the organizer’s calendar and invite a resource (room mailbox) as an attendee. Here’s the API call I’m making: POST https://graph.microsoft.com/v1....
user2129794's user avatar
  • 2,430
0 votes
0 answers
34 views

If I make a new educationClass Team using the following commands. $user = Get-MgUser -Filter "Mail eq '[email protected]'" $params = @{ "[email protected]" = "https://...
Craig.C's user avatar
  • 621
0 votes
1 answer
140 views

I've got an application that attempts to read calendar data from an outlook.com address. The URL I'm using is: https://graph.microsoft.com/v1.0/me/calendars?$top=1000&$count=true I am as certain ...
Jeff McKay's user avatar
0 votes
1 answer
97 views

I have an application which can create emails with HTML formatting and embedded images. This works by adding an "attachments" section in the message create json like so: "attachments&...
Colin Marshall's user avatar
0 votes
1 answer
148 views

I'm trying to implement a solution where I can listen for changes to Microsoft Teams meetings (such as time updates, reschedules, or cancellations) across my entire tenant. My goal is to detect when ...
shwetap's user avatar
  • 733
0 votes
1 answer
181 views

I have a web application that functions as a notetaker for Microsoft Teams. Essentially, I need to use the Calls.AccessMedia.All scope for this application to access Microsoft Teams recordings. The ...
Gabe Dillin's user avatar
0 votes
1 answer
127 views

I'm working on a project where I need to use the Microsoft Graph API to fetch a list of webinars and display them in our front-end application. However, I've encountered an issue that I can't seem to ...
rushil patel's user avatar
0 votes
1 answer
1k views

I'm trying to access my own calendar via powershell but am getting an error: Install-Module Microsoft.Graph Import-Module Microsoft.Graph.Calendar $creds = Get-Credential -UserName "<my user ...
Greg's user avatar
  • 4,125
2 votes
1 answer
1k views

I have a very simple application where users can sync their calendars and also receive new events directly into the calendar. I acquire "Calendars.ReadWrite, offline_access, User.Read" ...
Marko Gasparic's user avatar
1 vote
1 answer
277 views

I have Access token for v2.0 but when i am trying to get refresh token that is long lived. its give me an error prnt.sc/zaudnSFYhecT and below is the code that i am trying to add function ...
Nilesh Daldra's user avatar
0 votes
1 answer
350 views

I have a list which contains same subject name(meeting name),so wanted to get transcript of both the meetings. I have below list of subjects : [ { "subject": "test meeting", ...
Pmd's user avatar
  • 51
0 votes
1 answer
228 views

Let's say a user shared their calendar with "Can view titles and locations" permission. Is there a way to view the titles and locations of the events on this user's calendar using Graph API?...
nadapeter's user avatar
0 votes
1 answer
341 views

I'm trying to subscribe to changes on an outlook calendar. Therefore I'm using the Microsoft Graph APIs Endpoint: https://graph.microsoft.com/beta/subscriptions. I'm following the documentation ...
Melvin Stumpf's user avatar
0 votes
1 answer
810 views

I working with an MS Graph API to read a user calendar event using Lambda with NodeJs. Here is the flow of what I am doing: First I registered an app in AAD and gave the delegated permission like ...
Amjad's user avatar
  • 177
1 vote
0 answers
106 views

I am seeing a strange behaviour and unable to understand how do i resolve. I see that AcquireTokenInteractive is activated/called on each request of graphClient.Me. First on await graphClient.Me....
Team Freytag's user avatar
2 votes
0 answers
164 views

So I have been building my API to use the Microsoft Graph Subscriptions to read the events of a resource mailbox calendar. Everything seems to work, the only issue is that when you work with recurring ...
Billy Cottrell's user avatar
0 votes
1 answer
269 views

I am trying to add calendar event using Microsoft graph API in python. However I am getting {'error': {'code': 'ErrorInvalidUser', 'message': "The requested user '[email protected]' is ...
naam_nrj's user avatar
2 votes
1 answer
374 views

I am trying to write code to access Microsoft Calendar using Graph API var calendars = await graphClient.Me.Calendars.Request().GetAsync(); List<string> calendarNames = new List<...
Team Freytag's user avatar
0 votes
0 answers
444 views

Unable to get the start and end times for all day events in the preferer outlook.timezone. I created an all day event for 7th October in GMT+5 time zone. The list and get methods of outlook calendar ...
wss's user avatar
  • 1
1 vote
0 answers
565 views

I have an event driven system where on receiving a certain event I create a calendar event using the Graph API. https://learn.microsoft.com/en-us/graph/api/calendar-post-events?view=graph-rest-1.0 The ...
BiJ's user avatar
  • 1,699
0 votes
3 answers
681 views

We're working on a web app that will be used by a specific client. One of their requests is that the app should only work for their organization. We've set up authentication using asp.net identity. ...
Kung Fu Panda's user avatar
0 votes
2 answers
334 views

We are trying to run some Arduino code that lists all events from the calendar of a user in our Azure AD. There are some issues with the permissions as one of us is able to get the data using the ...
charmesal's user avatar
0 votes
3 answers
747 views

I have following PowerShell script which add event on the Office 365 group calendar. When I run the following script, it will only add the first event but not the second one. And there is no error. ...
bickyz's user avatar
  • 43
-1 votes
2 answers
4k views

I'm trying to get the events from outlook calendar but I get an error doing so. I have an app registered on Azure Portal (free plan), which I'm using to read the events with Nodejs. This are the ...
Josep Navarro's user avatar
0 votes
1 answer
1k views

I am trying to schedule multiple time off requests on users' calendars using the Graph API. I followed the instructions provided in this link: https://learn.microsoft.com/en-us/graph/sdks/batch-...
isohel's user avatar
  • 1
0 votes
1 answer
821 views

I am trying to read calendars of all users in my tenant using MS graph API in Microsoft Graph Explorer. I tried using this URI: https://graph.microsoft.com/v1.0/users/{user-id}/calendars but I was ...
HashTable's user avatar
0 votes
0 answers
67 views

I'm developer a request to get all available times through /me/findMeetingTimes using microsoft graph public function calendar(Request $request) { if($request->dia == ''){ $dia = date(...
Lucas's user avatar
  • 1
1 vote
3 answers
1k views

I want to create events in Outlook365 calender where I specify the category and the charm icon (i.e. phone icon for calls, repair icon for tasks, etc.; as they are available in the calendar in the ...
A. Jeromin's user avatar
2 votes
1 answer
4k views

I need to get all calendar events in a certain time period (for example last two weeks). How can I get instances of recurrence meeting for this time period, if this recurrent meeting was created for ...
Kate Shutova's user avatar
0 votes
0 answers
114 views

My application has been in production for several months and everything worked fine. Howwever, since February 24, 2023, whenever it deletes a calendar event via DELETE /me/calendars/{id}/events/{id}, ...
Jens Bannmann's user avatar
0 votes
1 answer
261 views

I have a requirement where I have a desktop application (JAVA) which connects to exchange using MS graph API modern authentication with user input tenantId, clientId, and client secret. It pulls ...
dev_101's user avatar
  • 331
1 vote
1 answer
813 views

Is it possible to update a single event from a recursive event using Microsoft Graph API? if it is possible to update, please share a useful link. I tried finding it in the official documentation but ...
deathByChocolate's user avatar
0 votes
0 answers
147 views

We're seeing a similar issue as this but with shared calendars. If we generate a link to a item in our shared calendar the page renders the user's calendar and starts to open the item but hangs once ...
Lane Goolsby's user avatar
2 votes
1 answer
613 views

I want to subscribe to calendar events and I am using the following API call and I am getting the following error My code in calendar_notification (notificationUrl) has the functionality to send ...
Sanket Khot's user avatar
0 votes
1 answer
62 views

I'm parsing the recurrence blob of recurring calendar appointments in order to determine deleted occurrences, following this answer. The MS documentation has some examples, but these do not document ...
Jan Doggen's user avatar
  • 9,086
0 votes
1 answer
903 views

I have a recurring event, repeated 5 days in a row, of which: the occurrence on 16/3 was modified (caption and times) the occurrence on 18/3 was modified (caption, to distinguish it), then deleted If ...
Jan Doggen's user avatar
  • 9,086
0 votes
1 answer
899 views

I'm noticing that not all calendar events are returned when querying for events. Using Graph Explorer, I used this query to look for all events within the Canada Holidays calendar. https://graph....
Aryex's user avatar
  • 13
-2 votes
1 answer
2k views

Now that I am able to get user info from 365 ( see previous question here Get user info from Microsoft.graph in ASP.NET Webforms ) I am now having problems getting calendar events. It would appear ...
user1944720's user avatar
0 votes
1 answer
271 views

Consider an account which will not change through the process and it is mine, it has edit access to some shared Outlook calendars. I would like to add or remove events to and from those calendars by a ...
mahdikmg's user avatar
  • 918
1 vote
0 answers
201 views

I have a system that uses Microsoft Graph to get bookings of resource mailboxes from outlook with the option to checkin and checkout. Now for some reason my system started to fail this saturday and ...
Billy Cottrell's user avatar
4 votes
1 answer
351 views

If I use the List event instances call like this ({{ccc}} are Postman variables): https://graph.microsoft.com/v1.0/users/{{UserID}}/calendar/events/{{RecurrEventID}}/instances?startDateTime={{...
Jan Doggen's user avatar
  • 9,086
0 votes
1 answer
216 views

The documentation about lambda operators has some examples of filtering on subproperties that work fine in Graph Explorer: https://graph.microsoft.com/v1.0/users?$filter=imAddresses/any(i:i eq 'admin@...
Jan Doggen's user avatar
  • 9,086
0 votes
1 answer
881 views

I want to select only meetings (appointments with multiple people) in MS Graph (not necessarily online meetings). My guess is I would have to filter on the attendees collection not being empty. Is ...
Jan Doggen's user avatar
  • 9,086
0 votes
1 answer
145 views

I'm trying to use the Microsoft Graph API to retrieve an Outlook Group Calendar. By this, I mean one of the calendars that appears in the "groups" section in Outlook, like in this picture: ...
Master_T's user avatar
  • 8,191

1
2 3 4 5
9