andstatus / todoagenda

Android home screen widgets showing future (and past) calendar events and tasks
Apache License 2.0
130 stars 19 forks source link

Max events shown #139

Open kadisonm opened 6 months ago

kadisonm commented 6 months ago

Hi,

I was wondering if it would be possible to filter the events to only show 1 at a time.

For example, I have a time table with what I have to do each hour in my calendar. But I would like to only see the current ongoing event and hide the future events that day. Aka limit it to the first event.

Thanks

yvolk commented 5 months ago

Interesting, you think about having separate widget just for a single "ongoing or next" event?! Todo Agenda allows us to have many widgets on one device, so why not.

Do I understand correctly that our widget does allow you to have that event as the first event in the list, and the only change really needed is limiting maximum number of events to show in a widget (by "1" in this case) ?!

kadisonm commented 5 months ago

and the only change really needed is limiting maximum number of events to show in a widget (by "1" in this case) ?!

Yep that's correct. Even a setting under filter would suffice.

For example, in my calendar I have events for each hour of the day on what I'm meant to be doing.

5 pm - Free time (ongoing) 6 pm - Study 7 pm - Eat Etc.

I then want that ongoing event to show on my homescreen and only that one. But as of right now it shows all the events that day as well.