【发布时间】:2018-05-08 21:25:07
【问题描述】:
我正在开发一个 UWP Windows 10 应用程序,并希望在连接到我的 Raspberry Pi 的屏幕上显示我的 Google 日历中的事件。问题是,Google-Calendar-API v3 不支持 UWP。
Google Calendar API for UWP Windows 10 Application One or more errors occurred 上已有解决方法,但不知何故无法运行代码。我有同样的问题,在 cmets 中提到过。但是当我将var redirectURI = "pw.oauth2:/oauth2redirect"; "] 替换为[" var redirectURI = "localhost/urn:ietf:wg:oauth:2.0:oob";] 时,什么也没有发生。
我做错了什么? 还有其他方法可以将事件从我的 Google 日历获取到我的 UWP 应用程序吗?还是有类似http请求的东西?
谢谢!
【问题讨论】:
标签: c# uwp raspberry-pi google-calendar-api google-api-explorer