Questions tagged [outlook-api]
120 questions
2
votes
0 answers
Add Skype meeting to the calendar event
Currently, am integrating the Outlook calendar with the web application by Outlook Calendar REST API and Angular JS.
I'm trying to add a Skype for Business meeting functionality to y app. I have created the Skype meeting link using the UCWA API with…

Murugesan
- 161
- 3
- 7
2
votes
2 answers
Is there a way to get the Suggested Contacts through Outlook API?
I'm currently developing an app that fetches my contacts in my Microsoft account.
The problem is, unlike Google, when I send or receive an email to/from a new contact, it isn't copied into My Contacts, so I can't get it through…

bjorge
- 179
- 1
- 1
- 12
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…

Harsh Jain
- 35
- 10
2
votes
1 answer
ErrorServiceUnavailable when hitting the outlook http sync-messages endpoint
I am trying to figure out how to sync particular outlook account emails. I am using the http rest endpoints (here is a link to the documentation I have been following:…

Jerry
- 181
- 1
- 12
2
votes
2 answers
Outlook Javascript API - window.open not working from Outlook 2016 Desktop/Windows
I have an Office Add-In written in the new JavaScript API, inside of it, I have a JS function which after some logic opens a web app in a new window using window.open(url, '_blank')
It works when called from the add-in pane in Outlook Web in both,…

alek kowalczyk
- 4,896
- 1
- 26
- 55
1
vote
3 answers
Can't call Graph API calendars from a daemon application
I am new to the Graph API and would like to call my outlook calendars with the event schedules from a daemon application.
When I login to Microsoft account using the email I use to login to Azure I can see my calendar fine and I can also call the…

E Vakhovsky
- 44
- 4
1
vote
1 answer
Outlook / Exchange API (Microsoft Graph?)
I am making a quick program that can check another users Outlook calendar and book an appointment. The booking part is fine, but I am looking at a way to return other users calendar information, without having to link a calendar to Outlook first.
I…

michaelascend
- 13
- 4
1
vote
0 answers
Microsoft Graph ToDo task API
As I understand it, outlookTasks are deprecated in the Graph API (only available on the beta version) and will stop returning data in 8/2022. I am trying to use the To Do API but many properties of the item are missing (in particular owner and…

Amit M
- 61
- 7
1
vote
0 answers
microsoft graph api outlook send multiple email individually
When sending mail from Outlook, enter multiple recipients for recipients.
When an email is sent, only you are displayed in the recipients.
Can you implement that function through graph api?
If you provide that feature, we would appreciate it if you…

김세림
- 291
- 1
- 5
- 17
1
vote
1 answer
Graph API: is logical negation "NOT" not supported in $filter?
The Graph API for messages states that 'NOT' is supported in filters:
Support for $filter operators varies across Microsoft Graph APIs. The
following logical operators are generally supported:
equals (eq) in (in) not equals (ne) greater than (gt)…

Alexey
- 556
- 1
- 5
- 18
1
vote
1 answer
Microsoft Outlook API Costing model
Im working on a small project in my company where I'm using Outlook REST APIs.
https://learn.microsoft.com/en-us/outlook/rest/get-started
So far so good.
The application is also registered in Microsoft Azure Active Directory. As explained…

Caesar20
- 11
- 1
1
vote
0 answers
Outlook app-level modifications, establishing connection between widget and Outlook on-click
I am working on creating an email widget to display it on home-screen of Hololens. I am using Outlook API and Unity to do this.
On clicking any of the emails on widget, it should open the same email in Outlook App. Could you guys help me with the…

Harshita Guddad
- 11
- 1
1
vote
1 answer
How to integrate outlook calendar API and fetch the events from outlook calendar in flutter?
I want to integrate outlook calendar API and fetch the events from outlook calendar and add them into my flutter app but I can't find any proper guide to do this so my question is how I can integrate outlook calendar API in my flutter app.

Rohit Kurzekar
- 81
- 1
- 11
1
vote
1 answer
How to get mailbox for my new Azure Active Directory Domain?
I logged into Azure Portal using my outlook user account and registered a new app, created a user-specific (not tenant specific) token and successfully accessed the mail list through outlook api. I want to do the same using tenant. So, I created a…

MAK
- 1,915
- 4
- 20
- 44
1
vote
0 answers
How do I get hierarchy of a team in an organization using outlook api
I want to retrieve the hierarchy of a team from manager and who reports to them using outlook api, can anybody suggest me how to do this.

Manoj L Nayak
- 29
- 1
- 8