我正在ASP.NET上开发我的Web应用程序,并试图在我的应用程序中实现Google Calendar version3。最近,谷歌在谷歌日历中推出了一项新功能,任何人都可以订阅公共日历或特定日历,所以任何人都可以帮助我如何在ASP.NET中做到这一点
发布于 2013-07-22 20:20:15
只需下载相应的API并调用正确的方法:
https://code.google.com/p/google-api-dotnet-client/wiki/APIs#Calendar_API
https://developers.google.com/google-apps/calendar/v3/reference/
https://stackoverflow.com/questions/17787331
相似问题