On Wed, Jan 19, 2011 at 5:43 PM, tennistar <[email protected]> wrote: > I'm trying to access the Android Calender & get display all events > within a week of the current time using a ListView. Here's the code. > The issue is that I'm only getting events before the current date. > Even if I print out all events to the log, I only see those before the > current date. How do I resolve this issue?
Use the Google Calendar GData API. The approach you are using is undocumented, unsupported, and not recommended. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://bit.ly/smand1 and http://bit.ly/smand2 -- 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

