Using Don's Library
I can now list all calendars in my phone,
and also list events of a selected calendar,
But, if a event is marked as 'repeat' monthly, say, then it is not showing for next month date range.
i.e. the above event is made in month of March with repeat 'every month', now when I see events for month April, it does not show.
How to read 'repeated events' ?
Our Forum search did not throw lights on it. Please help.
Regards,
Anand
Working with Calendars using ContentResolver (Query, Insert, Update, Delete)
Hello, i´m playing around with the Calendars on my Device and want to Query them. I found out how it works using ContentResolver querying the ContentProvider available in Android. You can find it documented here. I started using java code and a java-librarywrapper for this but then i realized...
www.b4x.com
I can now list all calendars in my phone,
[Solved] read the events from a specific google calendar - error
I need to read the events from a specific google calendar (I have a few on my phone) and list them date wise. Searching our Forum I found Don's very good library and explanation...
www.b4x.com
and also list events of a selected calendar,
Working with Calendars using ContentResolver (Query, Insert, Update, Delete)
Hello, i´m playing around with the Calendars on my Device and want to Query them. I found out how it works using ContentResolver querying the ContentProvider available in Android. You can find it documented here. I started using java code and a java-librarywrapper for this but then i realized...
www.b4x.com
But, if a event is marked as 'repeat' monthly, say, then it is not showing for next month date range.
i.e. the above event is made in month of March with repeat 'every month', now when I see events for month April, it does not show.
How to read 'repeated events' ?
Our Forum search did not throw lights on it. Please help.
Regards,
Anand