Thanks, of course that will work.  Duh...  How did I miss that?

That said, I am just looking in the Javadocs and under Constants,
CONTENT_URI is not listed, but it's further down, under Fields.  That
explains why I didn't see it, even though it's not a real excuse.
Since CONENT_URI is a "static final", why isn't it listed under
Constants?

On Oct 25, 2:41 pm, Michael Chan <mc...@android.com> wrote:
> Hi Zsolt,
>
> Can you try CalendarContract.Calendars.CONTENT_URI instead of
> CalendarContract.CONTENT_URI?
>
> Thanks,
> Mike
>
> On Oct 24, 5:39 pm, Zsolt Vasvari <zvasv...@gmail.com> wrote:
>
>
>
> > I would have expected to work, also.
>
> > It's kind of frustrating that the first time we are goig to be able
> > "put out fires", is when the general public will get hold of the first
> > ICS device.  The emulator is all but useless.
>
> > On Oct 25, 12:25 am, Mark Murphy <mmur...@commonsware.com> wrote:
>
> > > I haven't had a chance to yet, and probably won't for a few weeks.
> > > Since the Calendar app is in the emulator, I would have expected that
> > > content provider to work. It's possible that it is an emulator bug --
> > > without hardware as a point of reference, it is difficult to tell.
>
> > > On Mon, Oct 24, 2011 at 10:19 AM, Zsolt Vasvari <zvasv...@gmail.com> 
> > > wrote:
> > > > Nobody tried this new API yet?
>
> > > > On Oct 24, 2:57 pm, Zsolt Vasvari <zvasv...@gmail.com> wrote:
> > > >> I am trying to convert my Calendar code to the new ICS APIs.
>
> > > >> For starters, I am trying the simplest possible operation -- reading
> > > >> the list of Calendars.
>
> > > >> I am using the following code:
>
> > > >> context.getContentResolver().query(CalendarContract.CONTENT_URI,
> > > >> CALENDARS_PROJECTION, CALENDARS_WHERE, null,
> > > >> CalendarContract.Calendars.DEFAULT_SORT_ORDER)
>
> > > >> but I am getting an unknown URL exception on the ICS emulator, both
> > > >> Standard and Google API images:
>
> > > >> E/ACRA    (  746): Caused by: java.lang.IllegalArgumentException:
> > > >> Unknown URL content://com.android.calendar
> > > >> E/ACRA    (  746):      at
> > > >> android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:
> > > >> 165)
> > > >> E/ACRA    (  746):      at
> > > >> android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:
> > > >> 135)
> > > >> E/ACRA    (  746):      at
> > > >> android.content.ContentProviderProxy.query(ContentProviderNative.java:
> > > >> 358)
> > > >> E/ACRA    (  746):      at
> > > >> android.content.ContentResolver.query(ContentResolver.java:304)
>
> > > >> Is this supposed to work on the emulator?
>
> > > > --
> > > > 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
> > > > android-developers+unsubscr...@googlegroups.com
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/android-developers?hl=en
>
> > > --
> > > Mark Murphy (a Commons 
> > > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> > > Warescription: Three Android Books, Plus Updates, One Low Price!- Hide 
> > > quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to