Expand my Community achievements bar.

Requirement to Integrate Office 365 Calendar through AEM

Avatar

Level 1

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?

1 Reply

Avatar

Employee

 

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.