The calendar content provider uses authority "calendar".

So you can use something like getContentResolver() with e.g.
content://calendar/events or 
content://calendar/instances/when/<starttime>/<endtime>

More details can be found by code reading
http://android.git.kernel.org/?p=platform/packages/providers/CalendarProvider.git;a=blob_plain;f=src/com/android/providers/calendar/CalendarProvider.java;hb=refs/heads/release-1.0

Friedger

On 3 Nov., 18:44, ppcinfo <[EMAIL PROTECTED]> wrote:
> I'm looking for an API that will allow me to access calendar and tasks
> information (Similar to Pocket-Outlook (POOM) for the Windows Mobile
> device), however, I can't seem to find any reference to such an API.
>
> Does something exist that will allow me to query, insert, delete,
> modify, etc. calendar and task items in the Android OS?
>
> Thanks,
>
> ppcinfo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to