Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
1 answer
729 views

How to add multiple calendar events using Microsoft graph

I am able to create a single outlook calendar event but how to create multiple at the same time, is there is any way using Microsoft graph api? I have tried passing an array of events to api, ...
Kalpesh Sudalkar's user avatar
0 votes
0 answers
152 views

Outlook Node.js add-on not moving mail to another folder on outlook window desktop application

I have made an outlook web-add in using Node.js which performs the action of moving mail to another folder (like spam) on button click. The add-in is deployed on a server. It is perfectly working ...
ashwani gupta's user avatar
0 votes
1 answer
945 views

outlook api push notification response

I'm setting up push notification using the outlook api, the server is written in nodejs. This is the post request the client makes for the subscription POST /api/v2.0/me/subscriptions HTTP/1.1 Host: ...
Kashif Iqbal's user avatar
1 vote
1 answer
723 views

Outlook API Get Messages not returning Attachment collection

I am using the Outlook Mail REST API to get JSON objects of a collection of a user's emails and display the data in a custom web interface. I need to show a list of emails, and each email in the list ...
Adam's user avatar
  • 641
1 vote
1 answer
1k views

Outlook REST API - getFolders not returning all folders

I'm just getting started with the Outlook REST API. My baseline is the tutorial that uses node-outlook. First order of business is to retrieve all of the folders in my mail account. So I issue this ...
Jim B.'s user avatar
  • 4,754