英文:
Is Google Calendar API for .NET quick start discontinued?
问题
我正在尝试将Google日历API集成到一个基于WinForms的应用程序,参考以下视频:https://www.youtube.com/watch?v=qNdpWph4Pi8&list=PLf2aHFQm4mSccCfY-B1YLkqXSAMbtltkT&index=14。这个视频是2019年的,我猜测谷歌可能已经停止支持.NET,因为可能有更好的选择。
https://developers.google.com/calendar/api/quickstart/js
这个链接指向Google日历快速入门页面,但我在下拉菜单中没有看到.NET选项。
我找到了一个链接,看起来包含了正确的信息,但我不确定它是否是最新的(或最后的)版本。
是否有更新版本?.NET是否已停用与Google日历API的集成?
英文:
I'm trying to integrate google calendars API into a winform based off this video
https://www.youtube.com/watch?v=qNdpWph4Pi8&list=PLf2aHFQm4mSccCfY-B1YLkqXSAMbtltkT&index=14
the video is from 2019 and my guess is google discontinued .NET as there was a better option
https://developers.google.com/calendar/api/quickstart/js
this link leads to the google calendar quick start page
i don't see .Net in the drop down
i found a link that appears to have the right information but i don't know if its the newest (or last) version
is there a more recent version? and was .net discontinued for google calendar api?
答案1
得分: 0
没有,Google 没有停用 .NET 日历 API。
Developer Guide(开发者指南): https://developers.google.com/api-client-library/dotnet/get_started
文档(Docs): https://googleapis.dev/dotnet/Google.Apis.Calendar.v3/latest/api/Google.Apis.Calendar.v3.html
API 参考(API-Reference): https://developers.google.com/calendar/api/v3/reference?apix=true
英文:
No, google has not discontiuned the .net calendar api.
Developer Guide: https://developers.google.com/api-client-library/dotnet/get_started
Docs: https://googleapis.dev/dotnet/Google.Apis.Calendar.v3/latest/api/Google.Apis.Calendar.v3.html
API-Reference: https://developers.google.com/calendar/api/v3/reference?apix=true
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论