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

problem with the query of getting all-day type events on a day from microsoft calendar by O365

I have an issue with the query of getting all-day type events on a day from Microsoft calendar using O365 library. Actually, I'm going to fetch the events on a specific day by a query, and the problem is I get an extra all-day event from the…
Benyamin Jafari
  • 27,880
  • 26
  • 135
  • 150
0
votes
0 answers

Building an OAuth2.0 client application when resource and auth server is Microsoft 365, using MS-Graph API

I am trying to build an OAuth2.0 client (Authorization code flow) app communicating with the world of Microsoft, using Microsoft-Graph API. The goal is to do some proof of concept of getting the user's calendar data and also notifications when the…
0
votes
1 answer

How to apply colors to outlook calendar events using Microsoft graph api?

Currently, events are created on the outlook calendar from my portal now I want to apply colors when I create events using graph API https://graph.microsoft.com/v1.0/me/calendar/events I also follow Microsoft Documentation…
0
votes
1 answer

Outlook calendar events sync like Google Calendar

I have a web application in which users can sign up for "Events". I can sync those events directly to the user's google calendar if they have a gmail email ID registered. I am trying to check if the same is possible for Outlook users. On checking…
0
votes
1 answer

PHP - send event to calendar as Free-Time

I have a php code, that generates and sends outlook event. But it sets user status as Busy and we dont want that. I know that I can send event to someone and set status as free time for that event. But I have no idea, how to do it in my code. So my…
SomeGuy
  • 97
  • 10
0
votes
1 answer

create a calendar event for a whole team ( participants) using the graph api

Is it possible to create a calendar event for a whole team using the graph api? Right now, the calendar is coming only in the logged in/organizer account through which the event/meeting is being created But, I want to have this feature for every…
0
votes
1 answer

Microsoft Outlook import ICS with STATUS

I would like to import a Python generated ICS file (with ics 0.7) into Outlook. But unfortunately the status attribute is not used by Outlook. How can I set it so that when I import the ICS file into Outlook the event is set to…
Centrino
  • 1
  • 1
0
votes
0 answers

ICAL.NET Updating Events not working using outlook. VB

I am trying to create a calendar file (.ics) using ical.net in my vb application. My application requires appointments to be approved first. On appointment creation they are marked as pending, then when approved, it updates to Approved. I have…
dk96m
  • 301
  • 3
  • 18
0
votes
1 answer

Is there any way to create/update/delete event in Outlook using Graph api without sending webhook notification even when subscribed

If i create/update any event using graph API, microsoft will send a notification to subscribed webhook. How can i identify that the notification is of same updated event by graph API, so that I can ignore it and don't do any action on the event.
0
votes
1 answer

How to determine "custom" role in delegate calendar permission is Write, DelegateWithoutPrivateEventAccess,DelegateWithPrivateEventAccess ms-graph-api

We are giving calendar delegate permission to a user from Outlook Client using the steps mentioned in the images below. Step 1: Step 2: If we set delegate permission to Reviewer, Author or Editor and try to get list of delegate users who have…
0
votes
1 answer

How to create outlook calendar event with custom value?

I want to create the outlook calendar event with custom value. Because i need to get some value while open the event. Is this possible to send the custom value while creating the event in outlook add in - calendar event. const msalConfig = { auth:…
0
votes
1 answer

How do I get event information on all calendars with Microsoft Graph Explorer?

I want to get attendees and subjects from all calendar events with Microsoft Graph Explorer. I also want to see which calendar these events belong to. I tried this: GET =>…
0
votes
1 answer

How to get the OnAppointmentAttendeesChanged LaunchEvent

I want to get the Appointment Attendee change, Time change event in outlook calendar. https://github.com/OfficeDev/office-js-docs-pr/blob/master/docs/outlook/autolaunch.md I have referred this document. I'm able to get the OnNewMessageCompose,…
0
votes
0 answers

Graph Api Get Schedule takes time to reflect event from Outlook 365

I am using Microsoft graph SDK to get the event schedule of users. But it is taking more than 5 minutes to reflect any change done in the outlook calander. Is there any way to minimize this delay in reflecting event status? P.S. it's reflecting…
0
votes
0 answers

Microsoft Graph API - Embed Calendar

Is there a way to generate or publish the html link of user's calendar using Microsoft Graph REST API?. We are planning to embed it in our page and can't find it on their documentation or maybe it just has a different name. The link I am talking…
X Crespo
  • 11
  • 2