使用Java Google Calendar API检索私有日历的私有iCal网址

问题描述 投票:1回答:1

我正在尝试使用Java Google Calendar API访问我的私有日历的私有URL(我可以在日历设置的用户界面上看到该URL)看起来像https://calendar.google.com/calendar/ical/[calendarID]/[magicCookie]/basic.ics)。

但是,即使我使用我作为用户添加到我的日历中的服务帐户进行了正确的身份验证,也确实如此

service.calendarList().list().execute()

我检索日历及其事件,但是在日历属性中看不到私有URL(我可以检索日历ID,但不能检索魔术cookie)。>>

有什么方法可以使用API​​以编程方式检索此私有URL?。

谢谢!

我正在尝试使用Java Google Calendar API访问我的私有日历的私有URL(我可以在UI的日历设置上看到https://calendar.google.com / ...

google-calendar-api
1个回答
© www.soinside.com 2019 - 2024. All rights reserved.