Requirement to Integrate Office 365 Calendar through AEM | Community
Skip to main content
May 26, 2020

Requirement to Integrate Office 365 Calendar through AEM

  • May 26, 2020
  • 1 reply
  • 3691 views

I have a requirement in a project where I need to set up an outlook calendar of the user through AEM form submission. The requirement is to add the event in the user's calendar and not to send as Outlook file, also if the user denies the event, I should be syncing the data in AEM user-generated node or DB. Does anyone has used any APIs to achieve the same functionality?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

akhoury
Adobe Employee
Adobe Employee
May 26, 2020

 

Here are the Microsoft APIs you would need to use:

https://github.com/OfficeDev/Office-365-SDK-for-Java

https://docs.microsoft.com/en-us/previous-versions/office/office-365-api/

 

There is no need to store stuff on AEM directly, per my understanding.