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
8
votes
1 answer

Is Microsoft Graph API calendarView limited to a single month? How to get all events?

Is Microsoft Graph API calendarView limited to a single month? How can I get all events? Is there some implicit pagination? I'm first checking the JSON output of events between 2017-01-01 and…
Emre Sevinç
  • 8,211
  • 14
  • 64
  • 105
8
votes
1 answer

Outlook API - Get meeting room calendar

How can I get an Office365 meeting room calendar using Outlook Calendar REST API? I can't find anything useful on the api documentation or stackoverflow..
Gabe
  • 5,997
  • 5
  • 46
  • 92
8
votes
2 answers

Outlook - Read another user's calendar

I'm developing an Android App based on Outlook-SDK-Android. The App talks with Outlook Calendar REST API to retrieve, book and delete events (see code examples here and here). Now I need to read someone else's calendar and I've been provided an…
Gabe
  • 5,997
  • 5
  • 46
  • 92
8
votes
1 answer

Microsoft Graph API: can't list recurring events of a meeting room

I'm building a Ruby on Rails app where the events within an organization are grouped & shown by the meeting rooms using the Microsoft Graph API with the app only authorization flow described in the below…
Onur Kucukkece
  • 1,708
  • 1
  • 20
  • 46
5
votes
2 answers

Microsoft Calendar Graph API : Id of event not shared between users

I'm currently working on the Microsoft Calendar Graph API and I ran into some problems when trying to synchronize events. Basically what I have is 2 users on my web service : they both have an Outlook adress. User A create an event on my web…
5
votes
2 answers

How can I programmatically cancel an outlook meeting with asp.net VB?

I can programmatically create a meeting request that is sent to the user through code and appears in Outlook mail where the user can accept the request and if accepted the appointment shows on their Outlook calendar. but am having trouble figuring…
Jeremy Dodt
  • 125
  • 1
  • 8
5
votes
1 answer

ICS file for Outlook Tasks

Is there an Outlook Task equivalent to the calendar ICS file. Such that when a user clicks on such a file , the Outlook Task window opens up. I searched hard, but looks like there is no standardization for Tasks as it is for the Calendar. Basically…
Aamir
  • 791
  • 3
  • 15
  • 28
3
votes
1 answer

How can I retrieve the url for an Outlook Calendar?

Is there any way of accessing a calendar in MS Outlook via a hardcoded url? Suppose I have 3 calendars (A, B, C), can I via a url access only A? Any way of doing this without publishing the calendar first? (This is possible for Google…
Mirel Vlad
  • 2,032
  • 3
  • 27
  • 35
3
votes
3 answers

Updating event via MS Graph API removing Join Button in the event

I have created an event in the outlook calendar. The event contains Teams join link. While I am updating the event from MS Graph API, the join button is being removed. Here is the sample code of what I am doing: void UpdateEventInCalendar(string…
Amit Singh
  • 426
  • 1
  • 4
  • 11
3
votes
3 answers

Why is Microsoft Graph API telling me events I've just created are being "@removed" when they are still there?

When I am doing a POST to me/calendars/[calendar-id]/events with the following payload. It successfully creates the event, and I receive the new event's id: { "start": { "timeZone": "America/Chicago", "dateTime": "2022-12-23T15:00:00" …
3
votes
3 answers

javax.activation.UnsupportedDataTypeException: no object DCH for MIME type text/calendar;method=REQUEST

I am trying send calendar meeting invite using java mail. But am facing below error. i have searched on stack overflow. All answers with related error are for mail. no object DCH for MIME type text/calendar;method=REQUEST code : BodyPart…
3
votes
1 answer

React Microsoft Outlook Calendar data Without Login Session using Hello.js

I am creating a React calendar that take data from "Microsoft Outlook Calendar" using the client-side JavaScript SDK "hello.js" and Microsoft Graph (for the set up I also followed this guide:…
3
votes
1 answer

Linking to OWA Calendar - Passing a Time Zone

I am trying to prefill a create event link to Microsoft OWA. This works: https://outlook.live.com/owa/ ?path=/calendar/action/compose &subject=TestEvent &location=testlocation &startdt=2018-02-29T19:00:00 …
Tom M
  • 2,815
  • 2
  • 20
  • 47
3
votes
1 answer

Creating Outlook Appointment from Excel Data with VBA

Title says it all. I wrote the code yesterday and it worked well. I was an idiot and saved incorrectly and lost the code. However, today I rewrote the code to make it happen and I'm not sure why the appointments aren't being created today. The…
JustinShotMe
  • 69
  • 1
  • 1
  • 8
3
votes
2 answers

What Protocols are Supported By Outlook for 2-way Calendar Sync?

I'd like to create a calendar that Outlook can subscribe to which can be updated either in Outlook or on the "calendar service" (Whatever that ends up being). What protocols does Outlook support for stuff like this, and are those protocols two-way…
Doug
  • 6,446
  • 9
  • 74
  • 107
1
2 3
12 13