Questions tagged [outlook-calendar]

outlook-calendar is related to the calendar function of Outlook (which is a personal information manager from Microsoft, available as a part of the Microsoft Office suite).

as per wikipedia:

Calendar compatibility ##

Outlook does not fully support data and syncing specifications for calendaring and contacts, such as iCalendar, CalDAV, SyncML, and vCard 3.0. Outlook 2007 claims to be fully iCalendar compliant; however, it does not support all core objects, such as VTODO or VJOURNAL [...] Outlook has also been criticized for having proprietary "Outlook extensions" to these Internet standards.

183 questions
2
votes
2 answers

integrate outlook calendar to php app

Is there a way to transfer the events setup on outlook calendar to a php app.
zapping
  • 4,118
  • 6
  • 38
  • 56
2
votes
1 answer

Get outlook recurrence pattern of a event in iCal format using C#

I am developing a system which extract the outlook calendar data and save it on android device calendar. Up to now all other outlook data are extracted and saved successfully. Now I need to create recurrence rule (rrule). Because android device…
yapa
  • 161
  • 4
  • 17
1
vote
0 answers

Updating an MS Bookings appointments removes Teams meeting

We are using the Graph API (both via REST API and the SDK) to manage appointments in an MS Bookings calendar. When creating an appointment using a POST request and specifying isLocationOnline to "true", the appointment in the calendar gets…
1
vote
0 answers

Outlook iCalendar import - one hour shift with RRULE

I have the following…
Paul
  • 6,061
  • 6
  • 39
  • 70
1
vote
1 answer

Microsoft Webhooks: Subscription validation request failed. Notification endpoint must respond with 200 OK to validation request

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 checking…
1
vote
1 answer

Getting ErrorItemNotFound

I am using graph api for outlook calendars. Frequently I am getting ({"error":{"code":"ErrorItemNotFound","message":"The specified object was not found in the…
1
vote
0 answers

Microsoft Graph API Delta Calendar query sometimes returns deleted event if it has been changed

I am integrating a planner application with Microsoft Graph using the C# nuget package 4.36. Sometimes when I change an event from the Outlook.com online calendar, my Delta query will return the event as deleted, with End and Start properties ==…
1
vote
1 answer

How to generate new event to attendee's outlook calendar who previously declined that event?

We are using Microsoft Graph API for creating events in the outlook calendar using Android. The event is permanently removed from the outlook calendar when the attendee declined that event. So we need to regenerate that event to that particular…
M123
  • 1,203
  • 4
  • 14
  • 31
1
vote
1 answer

Sometimes Microsoft calendar event not generated in outlook calendar

We are using Microsoft Graph API for creating events in the outlook calendar using Android. It works well but now sometimes it doesn't create events in Outlook Calendar and it also receives event invitations Mail in Junk Email. After updating that…
M123
  • 1,203
  • 4
  • 14
  • 31
1
vote
0 answers

Saving a meeting in my outlook calender from a cakephp website

I am working on a website that was build using cakephp. I want to add the option for visitors of the website to make a appointment, then this should automatically be added to my outlook calender. I found this tutorial from Microsoft on how to use…
1
vote
1 answer

Add a teams-calendar to outlook

In microsoft teams I created a new team and added a new tab - the channel calendar. And now my aim is to include this teams channel calendar to my outlook. Older teams calendars are already added to Outlook group calendars, but I don't really find a…
tueftla
  • 369
  • 1
  • 3
  • 16
1
vote
2 answers

Reading Outlook calendar events in Python

I need to get the events for the current day from a personal Outlook calendar. I have found next to no feasible resources online besides maybe Microsoft's tutorial (https://learn.microsoft.com/en-us/graph/tutorials/python), but I do not want to…
1
vote
1 answer

Can I get the timezone in valid format which can be used by python directly from microsoft graph API while getting schedule of user?

API Example: I want user's working hours with timezone, I've used getSchedule api to get it But it's giving time zone which is directly incompatible with python So, I want timezone as "Asia/Kolkata" not "India Standard Time" Because I want to…
1
vote
1 answer

How to move event to another calendar in one account?

I'm integrating Outlook calendar to my app and I want my user can change their events from this calendar to another calendar (like changing from Calendar to calendar2 in the origin Outlook calendar). But I can't find any endpoint to do this, even…
Quang
  • 135
  • 2
  • 9
1
vote
0 answers

How to keep metadata for recurring series master, even when the user changes 'this and the following' event? (extended properties / open extensions)

I want to use Microsoft Graph open extensions or extended properties to store meta-data for recurring event series. Or more specifically for the master of the series. I was able to store the property, however when the user changes the series (e.g.…
LukeSolar
  • 3,795
  • 4
  • 32
  • 39
1 2
3
12 13