Hi Community,
I am working on an ODC project, and I need to integrate external calendar applications with the FullCalendar component.
Requirements:
Questions:
Any guidance, best practices, or sample implementations would be greatly appreciated
Thanks in advance
Hi,
You can likely achieve this using the Microsoft Graph API.
https://www.outsystems.com/forge/component-overview/11749/microsoft-graph-api-o11
for both accessing Outlook data via Microsoft Graph and Google Calendar entries you need access token.
If I read your question right you want to access calendars on behalf of the user that owns that calendar. Your first step would be to "link" the external account (microsoft and google) with your OutSystems user. In my article https://itnext.io/acquire-and-link-multiple-oauth-tokens-to-outsystems-users-for-delegated-access-b2ba74ca78a0 i describe how this can be achieved.
Stefan
Hi Stefan,
Thank you for your detailed response I will check out your article to better understand how to link external accounts and acquire the necessary OAuth tokens for delegated access.
Once I go through it, I'll try to implement the process and see if I run into any issues. If I have any further questions, I'll reach out.
Thanks again for the help!
Himanshu