The Calendar stuff changed for 2.2.  Since the source is now
available, I'd just go and see what has changed.

On Jul 14, 12:16 am, frusso <[email protected]> wrote:
> Hi at all,
>
> I have written an application (not an usual application but a
> liveFolder) that get all calendars and for each calendar get all
> events in next few days.  (The application is liveCalendar on market)
> Selecting un even, the eventInfo activity is displayed given the
> oppurtunity to the user to change or delete the event.
>
> All work well in android < 2.1 but in 2.2  aftter retrieved an event
> item the event info are partially displayed correctly.
> More precisely, the title is well displayed  (this mean that title is
> correcty loaded) but the data of event is always 01/01/1970
> I konw the the uri is changed from Ecalir to Froyo and I have  used
> the new URI for Froyo, infact the URI used to load event is
> content://com.android.calendar/events/32
>
> this is a logcat
>
> D/liveCalendar(10454): Event : Title: Compleanno Martina Begin: Fri
> Jul 16 02:00:00 GMT+02.00 2010 End: Sat Jul 17 02:00:00 GMT+02.00 2010
> All Day: true
>
> D/LocationMasfClient(  111): getNetworkLocation(): Returning cache
> location with accuracy 779.0
> D/dalvikvm( 1056): GC_FOR_MALLOC freed 3686 objects / 459632 bytes in
> 78ms
>
> I/ActivityManager(  111): Starting activity: Intent
> { act=android.intent.action.VIEW dat=content://com.android.calendar/
> events/32 flg=0x10000000 cmp=com.android.calendar/.EventInfoActivity }
> I/ActivityManager(  111): Displayed activity
> com.android.calendar/.EventInfoActivity: 205 ms (total 205 ms)
> D/dalvikvm(  187): GC_FOR_MALLOC freed 10106 objects / 526136 bytes in
> 74ms
> D/LocationMasfClient(  111): getNetworkLocation(): Returning cache
> location with accuracy 779.0
>
>  can anyone help me ?
> Thanks in advance.
>
> Fabrizio

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
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