Hello everybody,
I'm trying to build a plug-in that retrieve a table, select some rows and make an outlook event with the name of the rows. I already know how to register a plug-ins and make some basic actions but i can't find some outlook libraries to interact with.
https://docs.microsoft.com/en-us/graph/api/calendar-post-events?view=graph-rest-1.0&tabs=csharp
This is the only document that seems useful but is not clear if i can write this code in a plug-in.
Even a reference to the right documentation will be appreciated.
Thanks in advance :)