Hello,
I'm trying to create an ASP-NET Core 2.0 application that is meant to be used to communicate with an on-premise Exchange server.
I need to be able to get calendar-events-data from all the email-accounts connected to this server, and I need to be able to have a calendar-interface in the web-application which users can use to post new calendar-events that then gets updated on the server.
I have looked into the EWS Managed API and tried to use a fork that I think is supposed to work with ASP.NET Core, but it seems like it's not very active and I cannot get it to work with ASP.NET Core 2.0. This is the fork I have been trying to use: https://github.com/sherlock1982/ews-managed-api
Is there another approach that is better suited to work with ASP.NET Core 2.0? It's quite a small application, and buying a subscription for every user to use Office 365 or such will become to expensive, since the company doesn't have any subscriptions like
this already, and the only useage for that type of subscription would be for this application.
What are my alternatives? I'm very new to this and have never worked with an exchange server before.
Thanks so much in advance,
Best regards Isak