dgudim / Scheduler

A small app that shows your todo list on your lockscreen
GNU General Public License v3.0
23 stars 2 forks source link

Order of items & times #13

Closed VulcanElf closed 1 year ago

VulcanElf commented 1 year ago

I would like to request the scheduled items on the lock screen to be able to be ordered in chronological order (ie: Current schedules on top, upcoming listed underneath the current, and past events either on the bottom OR very top).

Also, the ability to add times for each scheduled task would be very helpful as well.

dgudim commented 1 year ago

Thanks for the feature request and for the donation, sorting is already in my todo list, so expect it in a few days. :)

About times though, so you would like the events to behave like normal calendar events? Because calendar events and todo items are kinda different things, i can add an ability to add the time, but making it respect the "hide events by time" switch would not be so easy, and besides, someone will probably aks for an ability to make the events recurring, which would just make them calendar events.

VulcanElf commented 1 year ago

I use ProtonCalendar, so if that's able to sync with Scheduler, then adding times wouldn't be needed. Maybe even other calendars to sync with Scheduler would be helpful for users.

dgudim commented 1 year ago

Scheduler already has functionality to sync with system calendars, it's just that proton does not seem to register itself as a system calendar. There is one option (Only if you use proton premium). My google and local calendars sync perfectly fine.

dgudim commented 1 year ago

What do you think?

@VulcanElf
VulcanElf commented 1 year ago

Looks good! I also was able to create a shareable link via ProtonCalendar, but etesync customer service has not responded in several days with any assistance.

Is there a way to share the ProtonCalendar link thru the app intself?

-------- Original Message -------- On Jan 6, 2023, 04:26, Kloud wrote:

Screenshot_20230106_132455_Scheduler What do you think?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

dgudim commented 1 year ago

Syncing with a calendar from a link would require writing my own sync adapter, so no, you can't do that. But you can import this calendar into your google calendar, or you can try DAVx5 @VulcanElf

dgudim commented 1 year ago

Can you send me a link to some proton calendar (any calendar with at least one event)? I want to test something @VulcanElf

dgudim commented 1 year ago

Sorting implemented in 0.5.8

dgudim commented 1 year ago

Did you manage to solve the issue, can i close it now?

VulcanElf commented 1 year ago

Yes I did. I just downloaded the ICS file from protonmail, and imported to etesync.

Unfortunately Ill have to manually do this everymonth for my new schedule

-------- Original Message -------- On Jan 13, 2023, 08:27, Kloud wrote:

Did you manage to solve the issue?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

dgudim commented 1 year ago

Good that it's solved. But can you send me a link to some proton calendar (any calendar with at least one event)? I want to test how hard would it be to implement syncing. (Google calendar links won't work so that's why I am asking)

dgudim commented 1 year ago

Can you? @VulcanElf

dgudim commented 1 year ago

I am going to close this as stale in a few day, please give me the link if you want me to try adding the syncing functionality @VulcanElf

dgudim commented 1 year ago

I am closing this, feel free to reopen if you change your mind