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

Can I sync calendar events with the Microsoft Graph API?

I'm working with the Microsoft Graph api to try and sync calendar events from Outlook. I was looking at this article concerning the Outlook api, which suggested I add the header odata.track-changes to my request and I would receive a deltaToken,…
3
votes
2 answers

OAuth grant flow - tokens expiration

I'm developing an Android app that uses Outlook Calendar REST API. I'm trying to keep in synch and updated the calendars of multiple users (meeting rooms). My questions are: 1) After how long does the initial authorization code expires? 2) And for…
Gabe
  • 5,997
  • 5
  • 46
  • 92
2
votes
0 answers

Outlook calendar unable to sync description from .ics file

I am trying to create calendar events in outlook from .ics received in mail. This is the content of the ics file. BEGIN:VCALENDAR VERSION:2.0 METHOD:REQUEST CALSCALE:GREGORIAN BEGIN:VEVENT SUMMARY:Demo…
2
votes
0 answers

Is there any limit of events for subscribing a feed from API to Outlook Calendar?

I created an API that fetches iCalendar events and subscribed to this API from the Outlook calendar. It's working fine for a smaller number of events. All the events that are fetched from the API are displayed. But, when I fetch a larger number of…
Kaveesha Silva
  • 111
  • 1
  • 5
2
votes
1 answer

Outlook add-in extension point in manifest file for save and edit actions

Currently we have the on-send feature, itemSend type to capture mail sending/create meeting which we implement like this in manifest file, https://learn.microsoft.com/en-us/office/dev/add-ins/reference/manifest/extensionpoint#events Do we have other…
2
votes
0 answers

Issue: Outlook Event meeting Invitation's title display Email subject instead of Event title

I'm learning how to use Nodemailer to send an Email to an Outlook account, and already sent some mail successfully. And also sucessfully sent an attachment of an Outlook Event invitation using .ics file. But then I realized an Invitation attached…
2
votes
1 answer

Creating Events in Microsoft Calendar using Microsoft Graph

I'm using this Microsoft Graph Tutorial for viewing Microsoft Calendar events using Android Studio. I finished the tutorial already and am wondering how to create events. I'm currently trying to use the Event object to create events. I'm trying to…
Thea F
  • 21
  • 1
2
votes
0 answers

How to use python to share a outlook calendar

I want to share my outlook calendar with other exchange users by using the win32com. According to the Office VBA Reference Sharing Calendars I want to create a SharingItem by using the method CreateSharingItem but failed. blow is my code: ol =…
2
votes
1 answer

AcquireTokenByAuthorizationCodeAsync does not complete

Here is my code. It's been over a month I'm trying to add calendars in Outlook but nothing is working :( please help. The function AcquireTokenByAuthorizationCodeAsync never completes. And the token.Result is always null string authority =…
2
votes
1 answer

Adding attendee using Outlook Calendar rest API removes older attendees

I am using outlook calendar rest API. While creating an event the attendee is added successfully. Later if I wish to update the event and add one more attendee I am using PATCH. But it removes any previous attendee of that event. URL to create the…
2
votes
1 answer

Recover deleted instances of recurrent events in Outlook

I'm currently developing an app that synchronizes with Outlook Calendar. I can perform the authentication flow, recover calendars and events but I'm having troubles with recurrent events. Outlook responses are something like this: { ... …
Alberto S.
  • 7,409
  • 6
  • 27
  • 46
2
votes
1 answer

How to create an outlook calendar event in laravel?

I would be so glad if anyone could answer my question. I'm developing a meeting scheduler in laravel 5, the good news is that i can get the events from the calendar, i've been following this tutorial:…
2
votes
1 answer

Create event as delegate outlook API

Based on the impediment I encountered on this question I am asking the following: Is it possible to create an event on someone else's outlook (if that person assigned me as their delegate) using the Outlook Calendar API, when I am the one who is…
Nicole
  • 1,356
  • 3
  • 21
  • 41
2
votes
2 answers

setting event organizer with Outlook Calendar REST API

I am using the Outlook REST API for creating events and sending its invitations, based on this documentation I authenticate the logged in user, and send its Bearer token through the Authorization header of the request, and the json-formatted event…
Nicole
  • 1,356
  • 3
  • 21
  • 41
2
votes
1 answer

C# Calendar Appointments capture

I am trying to capture the entries for calendar events from Outlook in my C# code and I am having trouble in capturing the recurring records. They seem to show up everyday even though if I make a recurring record for a week/month. Any suggestions on…
Saurabh Lalwani
  • 705
  • 2
  • 7
  • 15
1
2
3
12 13