contentresolver

  1. W

    Android Question How to request an ICSx5 calendar sync using ContentResolver?

    Hi gang, I'm working on some calendar-related stuff (will publish it in the near future when I'm finished with it) and would like to be able to do from B4A what's suggested here: https://forums.bitfire.at/topic/964/scripting-a-sync/3, i.e. "You can simply request a sync using ContentResolver on...
  2. DonManfred

    Android Tutorial 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...
Top