what I want to do:
use the outlook app, get multiple shared calendars, get meeting data from the calendars.
I have tried using the following:
- Outlook Calendar Activities
This does not work anymore, requires legacy windows
- Microsoft Office 365 Activities Package
This requires you to create an application in azure, we do not have access to this area.
- Microsoft.Office.Interop.Outlook
This has the same problems as 1.
is there another way to get this data from the outlook app
What I dont want to do: use mouse and keyboard to manually interact with the app
does anyone have an idea on what I can use to achieve this?
Emira
(Emira Gasmi)
2
Anil_G
(Anil Gorthi)
3
@nathan_peake
If you are ok with vba then you can try this
Cheers
Thanks for your response.
This does not work anymore as stated in 1.
Thanks for your idea,
I will look into how viable using a macro will be.
1 Like
Emira
(Emira Gasmi)
6
@nathan_peake
Sorry, i misread that part.
I think the best way is to use Uipath API integration. You can find details about Microsoft Calendar APIs here:
Outlook calendar API overview - Microsoft Graph | Microsoft Learn
Office 365 Calendar REST API | ProgrammableWeb
Let us know how it goes
This requires microsoft graph same issue as 2.