[android-developers] Accessing Android Calendar

2011-01-24 Thread tennistar
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 re

Re: [android-developers] Accessing Android Calendar

2011-01-24 Thread Mark Murphy
On Wed, Jan 19, 2011 at 5:43 PM, tennistar 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