Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing outlook calendar data(Meetings) from SAP

former_member378490
Discoverer
0 Kudos

Hi,

I have to access outlook calendar (meeting/appointments) data of my own is sap report.

I searched end up with finding pushing data to SAP but not how to get calendar data.

Thanks in advance.

1 REPLY 1

raghug
Active Contributor
0 Kudos

There are options based on the the back end version or Exchange server - for example https://msdn.microsoft.com/en-us/office/office365/api/calendar-rest-operations or https://msdn.microsoft.com/en-us/library/office/dn495614(v=exchg.150).aspx. If really want it from Outlook as opposed to the backend, then you will have to write your own plug-in on Outlook.

Simply put... concentrate on researching the Microsoft end of things first.