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
2 answers

Restore Deleted recurrence from series

Using Redemption within a .Net Outlook plugin. When a recurring item is deleted, I can trap the ItemChanged Event but the item has already been added to the Exceptions list. If my logic decides that the item shouldn't have been removed, is there a…
0
votes
0 answers

Create event in UTC - room doesn't respond in user's TZ

Another issue I'm facing in my Outlook Calendar integration... From my external platform, I create events on the Outlook Calendar using the Microsoft Graph API, and I pass the datetimes in UTC. The event is created on the user's calendar in the…
Ghelthon
  • 45
  • 1
  • 8
0
votes
1 answer

Can not fetch outlook calendar events, javascript

Please help, I've tried to pull my outlook calendar events outlook REST APIs js but got the error. my home URI and redirect URI is http://localhost/test/mail You can check my code, GitHub https://github.com/sh6210/fetch-outlook-data
sh6210
  • 4,190
  • 1
  • 37
  • 27
0
votes
1 answer

Salesforce - Sync with a public calendar via Salesforce Outlook Connector

I have Exchange 2010 and Outlook 2010. I am trying to sync a public Outlook calendar with Salesforce using the Salesforce. According to Idea Exchange (here and here), it's not possible (although the second link does contain a workaround that uses…
0
votes
1 answer

How to fetch all the recurring events based on series master event

How can we get all the recurring events occurrences based on the series master event, from the Outlook Calendar API. We have similar kind of API in Google Calendar API, this is the link.
Gopal Chavan
  • 37
  • 1
  • 9
0
votes
1 answer

Outlook calendar not showing the correct time for timezones?

i am working on a process in which i have to create and ics file and send it via email attachment. The process also includes "Add To Calendar" links to add event in calendars. All links are working fine except outlook. Outlook calendar does not…
Usman
  • 11
  • 2
0
votes
1 answer

Baffled as to the process to access the Outlook Calendar API in ASP.NET Webforms

So I've been looking into programmatically creating calendar events for the Outlook Calendar. I looked at the documentation here and here. Are there any step-by-steps regarding asp.net webforms to display on .ASPX pages or exemplars of code targeted…
user6911980
0
votes
1 answer

Is it possible to query appointment custom form data using Microsoft Graph API?

I'm trying to get the values defined in a user created custom form (custom form designed in Outlook for calendar events, pictured below) via Microsofts Graph API. I've been digging through the documentation for a while now and cannot find anything…
0
votes
1 answer

Cannot create new folder in Office365 calendar

When creating a folder in Office365 Outlook Calendar, We are getting the error as 'The Folder Already Exists', but we are not able to find such folder in the Office365 Calendar. We cross-checked for the folder with the same name in outlook web app…
0
votes
1 answer

Outlook calendar Syncing issue

I am using Microsoft graph library for syncing the events but its returning always top 10 events but my requirement are below, 1- Get the count of events between date range. 2-Get all events between date range. Code are, GraphServiceClient client =…
0
votes
2 answers

Microsoft Graph - Filter calendarView by seriesMasterId

I would like to be able to get all the instances of a recurring event (versus getting all but the "master" event using events/id/instances) and, to do that, I'm thinking of using calendarView. However, to do so I need to filter the calendarView by…
Ghelthon
  • 45
  • 1
  • 8
0
votes
1 answer

Create appointment in selected calendar (VSTO vb.net)

I am developing a VSTO outlook addin, that will create an appointment/meeting. I use the following code to create the appointment/meeting: Globals.ThisAddIn.Application.CreateItem(Outlook.OlItemType.olAppointmentItem) If the user clicks into a…
Den88
  • 33
  • 5
0
votes
1 answer

Microsoft Graph - Error when subscribing to calendar notifications

I was trying to set up a subscription to the notifications of one of my calendars, but am getting the following error: { "error": { "code": "ExtensionError", "message": "Operation: Create; Exception: [Status Code: NotFound; Reason: Not…
Ghelthon
  • 45
  • 1
  • 8
0
votes
2 answers

Microsoft Graph Get Calendars of All Users

I'm trying to use the Microsoft Graph API to get the calendars of all the users in an organization. Is there a way for an admin with the appropriate permissions can get all user calendars with one request to the API? I'm aware that it is possible by…
0
votes
0 answers

Why add-in concatenates strings rather than appending in Outlook Calendar Location field?

Platform: Calendar in Outlook Web Access (only, not in other clients) in Office 365 Scenario: We have an add-in that adds an URL to the location field of invitation in calendar. If there is a text before the click of add-in, on add-in click the…
Shubh
  • 39
  • 1
  • 9