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

No-Control-Allow-Origin issue while calling get events api for outlook calendar

I am trying to authenticate and get the events from my outlook calendar. Am able to login and authenticate the user but when I am trying to get the events, am getting cross origin issues. Here's my code snippet:
0
votes
1 answer

Web application with EWS Managed API is not creating appointment after deploying application on IIS

I am working on a web application in which one of the functionality is to set events/appointment from web application to outlook calendar of the user logged in the application. I am using EWS Managed API to cover this functionality. This is working…
manika
  • 187
  • 2
  • 13
0
votes
1 answer

Retrieving Outlook calendar items using Matlab

I am using Matlab to retrieve calendar appointments from a group of shared Outlook calendars. I need to include both recurring and non-recurring appointments within a certain date range. This code is working: outlook =…
jdiz414
  • 13
  • 1
  • 4
0
votes
1 answer

outlook calendar api redirection uri with vhost , not working

i am trying to integrate outlook calendar using following links, https://dev.outlook.com/restapi/tutorial/php , i have added my app in https://apps.dev.microsoft.com. the example app working fine, with localhost redirect uri $redirectUri =…
Ikhtiar
  • 53
  • 2
  • 8
0
votes
1 answer

what is the best way to access calendar of microsoft exchange server 2016 from 3rd party client application?

We are trying to build a node js based client application to access calendar of microsoft on-premises exchange server 2016. We studied about outlook calendar api and Exchange Web Services(EWS). As I know, outlook calendar api is not allowed to…
0
votes
1 answer

Log in into Outlook meeting room account

Is it possible to log in into an Office365 Meeting Room user? I need to use an android app for each Meeting Room of my company and get the meeting room bookings to save them into a shared local repository. I have to use Outlook Calendar REST API to…
Gabe
  • 5,997
  • 5
  • 46
  • 92
0
votes
1 answer

ics file import using webDAV to outlook, user have not permission to add appointments

Please can anyone help me on this. I'm working on a functionality which help me to sync my website appointments to users outlook calender and then user can add more appointments in his outlook calendar. I'm using webDAV protocol for this. All is…
Lakhwinder Singh
  • 5,536
  • 5
  • 27
  • 52
0
votes
0 answers

Update Existing Attendees Calendar in outlook Api

How to update existing attendees calendar event by adding new attendee using Outlook Update API? I have created one Recurring event with two attendees (assume A and B).I will update the same event by adding new attendee (C) using Update API.Then…
0
votes
1 answer

OutlookViewCtrl Access Shared Calendar

AxMicrosoft.Office.Interop.OutlookViewCtrl.AxViewCtrl AxViewCtl1; I am using the OutlookViewCtrl so that I can access mail inside my application, the mail is contained within public folders so it is relatively easy to access by setting the …
Christopher Townsend
  • 1,527
  • 1
  • 13
  • 37
0
votes
1 answer

POST and DELETE a booking using OutlookClient and Outlook Calendar API

I'm using Outlook-SDK-Android (MS) to talk with Outlook Calendar REST API. So far I've been able to get the events from my calendar using: import com.microsoft.services.outlook.fetchers.OutlookClient; OutlookClient mClient; …
Gabe
  • 5,997
  • 5
  • 46
  • 92
0
votes
2 answers

Get user calendar using OutlookClient

I'm using Outlook-SDK-Android (https://github.com/OfficeDev/Outlook-SDK-Android) to talk with Outlook Calendar REST API (https://msdn.microsoft.com/en-us/office/office365/api/calendar-rest-operations). So far I've been able to get the events on my…
Gabe
  • 5,997
  • 5
  • 46
  • 92
0
votes
2 answers

Android App that manages multiple Outlook Meeting Rooms

I'm developing an Android App that will manage bookings for a few Outlook meeting rooms (users). The idea is just to display their availability and book a room for a certain amount of time. So far I have had success getting the events just on my own…
Gabe
  • 5,997
  • 5
  • 46
  • 92
0
votes
2 answers

Adding "Add to calendar" on web page using ColdFusion

I'm looking for ColdFusion code to add "Add to Calendar" links to our events page similar to the links on EventBrite and Meetup.com. They have links for adding their events to your Outlook, Google and iCal calendars. If there is code in other…
0
votes
1 answer

Sync calendar data to Google Calendar and Outlook in CakePHP

I am creating reservations application in CakePHP and I have action called Calendar, which Uses jQuery datepicker to display calendar. When I click on a date, I get jQuery accordion to display information about reservations on that day. I want to…
0
votes
1 answer

How to add calender event into recipient Outlook calendar via "clicking a link"?

I am sending event details in ics format as mail attachment and the recipient can open this file in Outlook calendar and save the event. Now I want to provide a link in the mail on clicking it the event details will be saved into the clients…
Gopu
  • 55
  • 9
1 2 3
12
13