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

Correlating meetings in Outlook calendar on different computers

If you send a meeting request to someone using Outlook, no user or custom MAPI properties will go into the meeting created the attendee's Outlook calendar. I am looking for a way to correlate meetings that belong together across multiple attendee's…
Leon Zhou
  • 633
  • 6
  • 20
0
votes
1 answer

Nested ForEach statements - Exchange Powershell - bulk remove mailbox calendar permissions -

This is my first post; I'm pretty new to powershell. At a customer request I am changing the Calendar access permissions for all user in their Exchange 365. I set the default to 'Reviewer' for all mailboxes using code found on Spiceworks : $users =…
0
votes
1 answer

Can the Event ID for two or more events be the same for any user in Outlook Calendar API?

I am using outlook calendar api to manage users calendar on a CRM. And as per my knowledge, event ID's for any user are always unique for the events on their calendar. But, in some cases, when I fetch the events for a time window, I get two events…
0
votes
1 answer

Fetch Outlook calendar events between two dates

I have implemented outlook calendar API in Laravel. I am getting all the calendar events. But now i want to fetch calendar events between two specific dates i.e. monthwise. So what are the keys for start datetime and end datetime. Because at some…
0
votes
1 answer

Microsoft Graph which outlook versions are supported?

I need to synchronize my application's calendar with client outlook calendar. My clients may have Outlook 2002-Outlook 2016 and Outlook 365. Does Microsoft Graphs REST calendar API support all these versions? Thanks
Raffi
  • 11
  • 1
0
votes
0 answers

Oauth2 Authentication with outlook Calendar api using C# (or) Postman

I need to access Outlook Calendar API for that needed Authentication so in Azure Active Directory I did App Registration and trying to get bearer token to access for that I used Client_id, Secret_Id, and tenant_id but am getting an error Am getting…
Raja sekhar
  • 135
  • 1
  • 1
  • 11
0
votes
0 answers

Complicated Recurrence Pattern in Microsoft Graph Calendar API

I have a Master event (SeriesMaster) and need to assign a batch of occurrences, which do not fall into any recurrence pattern. Rather each of them just have some date. As far as I understand, to make an event with various instances I must have a…
autarq
  • 167
  • 2
  • 10
0
votes
2 answers

Outlook appointments being overwritten when created from Excel loop

I loop through information in an Excel sheet to create appointments in Outlook. It was working when I sent it to my default folder. I made changes to upload the data to a specific folder (shared by coworkers). Since then, as I F8 through my code, it…
JustinShotMe
  • 69
  • 1
  • 1
  • 8
0
votes
1 answer

Access denied or Not Found errors from Graph API while Access other users calendar in Office 365

I want to access other user calendars of my organization from my admin account on Microsoft office 365. On office 365 I can search and access those calendars. I want to Access these (other user's) calendars using Microsoft Graph API. Here are the…
0
votes
2 answers

Office 365 Calendar API Event Creation

I am integrating Office 365 with my application. When I create an event on Office 365 Calendar, it sends emails to all the attendees. How to disable this? I don't want to send the mails when an event is created.
0
votes
0 answers

Incorrect id being returned from Outlook Calendar API while fetching events

My goal is to fetch the events of a specific calendar from Outlook Calendar and store them in the database of my own application. For that, I decided to use Outlook Calendar Get Events API An event object returned in the list of events from that…
Raghav
  • 8,772
  • 6
  • 82
  • 106
0
votes
1 answer

Query Outlook Calendar for Locations on Events

Does anyone know if there is a way to retrieve locations on calendar events? It looks like the api currently only allows users to see title and start/end date on the event. I would like to be able to see the conference room location. Thanks! Outlook…
mloomis
  • 199
  • 1
  • 2
  • 11
0
votes
1 answer

How to get Calendar setting from Outlook REST API

I was wondering if there is an endpoint where i can find all setting regarding the Calendar in outlook. For example: Calendar color, timezone, notification setting and so on. I'm using directly the rest api, without any client library. Thanks in…
D. Gencheva
  • 226
  • 3
  • 11
0
votes
1 answer

Outlook Calendar Rest API (create meeting using /me/events request with change organizer)

I am using Outlook Calendar Rest API. I have define scope like: SCOPES = [ 'outlook.office.com/mail.read', 'outlook.office.com/calendars.readwrite' ] using request like: REQUEST =…
0
votes
1 answer

How can you set a timezone in an outlook.com link?

I'm trying to set correct times for an Outlook event in the UK, but Outlook seems to set the incorrect time for BST (British Summer Time). Here is a link, which creates an event for 19th June 2017 at 1254pm to 1257pm. In my Outlook it opens an hour…
SparrwHawk
  • 13,581
  • 22
  • 61
  • 91