如何使用 .net core 获取日历(google 日历或交换)

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

我想编写一个从外部源(交换或 google 日历)获取日历的服务 该服务用于提高房间入住率的项目。

那么我该如何开始呢?有任何建议或链接吗?

在这里,您可以找到两个有关使用 .NET 技术使用 Google 日历或 Exchange Web 服务的链接。两者都包含代码示例。

Google Calendar .NET API

Exchange Web Services