开发者

How to obtain Calender ID through Google Calendar API

开发者 https://www.devze.com 2023-01-05 17:59 出处:网络
I have doubt regarding Google calendar API.I had created calendar using google cale开发者_如何学JAVAndar developer guide. I want to retrieve the calendar Id through program. How is it possible?The fin

I have doubt regarding Google calendar API.I had created calendar using google cale开发者_如何学JAVAndar developer guide. I want to retrieve the calendar Id through program. How is it possible?


The final line in the developer guide is:

CalendarEntry returnedCalendar = myService.insert(postUrl, calendar);

Look at the ID of returnedCalendar:

String id = returnedCalender.getId();
0

精彩评论

暂无评论...
验证码 换一张
取 消