简体   繁体   English

如何从Android中的Google帐户日历中读取事件?

[英]How to read events from google accounts calendar in android?

I am reading the calendar events in android but i want to read the events for google accounts calendar events .How is it possible? 我正在阅读android中的日历事件,但我想阅读Google帐户日历事件的事件。这怎么可能? Could any suggest me or help me out of this? 有什么可以建议或帮助我吗?

The below code is working fine and its getting only the android calendar events.How to get the events for google accounts events from google calendar in android?please help me out of this. 下面的代码工作正常,并且仅获取android日历事件。如何从android中的Google日历获取google帐户事件?请帮我解决这个问题

you could try SignPost for this. 您可以为此尝试SignPost It handles OAuth, and you can use it to sign your HTTP requests to get or post data to your calendars. 它处理OAuth,您可以使用它来签名HTTP请求以获取数据或将数据发布到日历。

and here is a guide. 这是一个指南。 http://code.google.com/apis/calendar/data/2.0/developers_guide_protocol.html http://code.google.com/apis/calendar/data/2.0/developers_guide_protocol.html

Hope it helped. 希望能有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM