Content
Deleted Instance Become active When do the Patch api (Update time)
Hi there, I need some help I want to explain the scenario to understand the problem i got, SCENARIO: First I use the Post Event API to add the event in My outlook calendar (subject: ‘TestFac’) 5jan 2024 to 22mar 2024. Second, I do the Delete event…


{"error":{"code":"Request_ResourceNotFound","message":" does not exist or one of its queried reference-property objects are not present
Hi when i do the PATCH method in microsoft graph api event through curl in php, it send the bellow error message. below json data which i…


An all-day event in outlook calendar in IST is not converted to UTC while fetching the events using graph API with prefer in headers as 'Prefer': 'outlook.timezone="UTC"', while other events do. Why?
In an outlook calendar with timeZone IST, an all-day event is created on 22nd March and a normal event is created for 8:00AM to 8:30 AM on the same day. When the events are listed using graph API to list the events with: 'Prefer':…


Сreating an online meeting
After updating the event with the parameter "isOnlineMeeting": true, the join button does not always appear. My body request: { "subject": "Prep for customer meeting", "body": { …


Sync Internet Calendar with Sharepoint Calendar in lists
Good Afternoon, We have a time off calendar that is stored in a 3rd party system. This system gives us a link to an "internet calendar" version of it. We also have a list in SharePoint for the current and historical calendars. The problem is…


Access is denied. Check credentials and try again On Graph API Group Calendar
Hi, I'm trying to get/create an event for group calendar. I can create group and make myself as owner I got all Permissions that need (I believe) GET…
Duplicate issue in change notification (graph API events)
When I create an event in the calendar I receive multiple 'Created' and it creates multiple record in my other application. Any workaround for this?


Creating online meeting does not generate Team meeting URL
End point: https://graph.microsoft.com/v1.0/me/events Body { "subject": "Let's go for lunch", "body": { "contentType": "HTML", "content": "Does noon work for…


How can I get all the appointments of a user in Bookings API
Hi, I am trying to get all the appointments of a user in all calendars of bookings. I want to avoid having to loop all calendars. I read something like this, but it does not…


How to subscribe to something in calender
My school schedule is published on a website, this website offers the choice to subscribe to the calendar. To do that it says I have to copy paste a link into my calendar and I'm unsure on how to do that, it doesn't work if I just put the link into an…
Microsoft Webhooks: Notification endpoint must respond with 200 OK to validation
Hi, 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 back 200 OK with validationToken. But while…


How do I send a push notification to flow into teams or Outlook Calendars 15 min before date and time from MS lists/Sharepoint Lists?
I have created an MS list for our team and they have requested to have a push notification sent to them 15 min before the date and time of the assignment, either to our team's channel or added to our outlook calendar, can someone advise me on how to…


How do I see Google calendar in Teams Essential calendar
I have just upgraded from Free Teams to Essential. Ridiculously more complicated than I ever imagined. I only use Teams, I don't use Outlook. I use Googlemail. My calendar on Essential has none of the meetings previoulsy scheduled with the Free account…


I would like to verify my account.
my outlook app (on my iMac, iPad and phone) is working but not very well. 1. When I open a mail I can't see if there is a appendix. 2. I can't open an extra map in my inbox. 3 I can't plan a new event in my agenda. When I open the online version of…


How do you support deltaTokens with a rolling time window with Graph Java SDK
It seems that when I use the deltaToken with calendars, if any changes are outside the window, the returned events have all fields null. If I change the time window, I get a new deltaToken and it returns all events during that window, again. Also, any…


Unable to access Graph API endpoints with grant type Client credentials configuration
I am using the grant type as "client credentials" in client configuration. Able to get the token using https://login.microsoftonline.com/{tenantID}/oauth2/v2.0/token with "default" scope, but getting this error "/me request is…


Double Click to edit items on SharePoint List is intermittently not working
We created a Calendar view out of a SharePoint list, and are finding that it has intermittent issues with the double click ability. When a user double clicks, it expands the view of the item and (if permissions allow), enables edit options. But…


Missing events when querying from Calendar API
Hello, I'm noticing that not all calendar events are returned when querying for events. Using Graph Explorer, I used this query https://graph.microsoft.com/v1.0/me/{canada-holidays-calendar-id}/events?$select=subject,start Which returned: { …


Microsoft Graph Api MSAL Authentication Issue for using Calendars.ReadWrite. Do clientSecret a mandatory?
I am trying to develop program to sync a server main Outlook Calendar event to personal Account Outlook Calendar. I have some question, Is client secret a mandatory for me access Microsoft Graph API to modified calendar event? Will i able to update…


Attendee response status is not correct for tentative responses
Hi, when reading an Outlook event via MS Graph API, the attendee response status is wrong for tentative responses. According to this documentation it should be "tentativelyAccepted":…

