Search code examples
.net-coreexchange-server

How to get a calendar (google calendar or exchange) with .netcore


I want to write a service that gets calendars from external sources (exchange or google calendars) The service is used for a project to improve room occupancy.

So how do i start? Any advice or links?


Solution

  • Here you can find two links about consuming Google Calendar or Exchange web services, using .NET technologies. Both contain code samples.

    Google Calendar .NET API

    Exchange Web Services