How to read google calendar events in android?

前端 未结 2 1409
一整个雨季
一整个雨季 2021-02-07 15:05

I am reading all the android calendar events and it is working fine by using this below code but, I want to fetch all the google calendar events from user mail accounts .How can

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-07 15:35

    You can read this page. It is written that how you can get the calendar information.

    Speaking simply,

    1. get the account logged in the android device. (return object is Account.)
    2. get the calendar list the specific has.
    3. get the events in the range of the particular time. (it is for one calendar.)
    4. repeat 3 for all calendars.

提交回复
热议问题