orgzly / orgzly-android

Outliner for taking notes and managing to-do lists
https://www.orgzly.com
GNU General Public License v3.0
2.7k stars 304 forks source link

[type/feat] Time tracker and event scheduler: clocking and estimating work time #236

Closed hyiltiz closed 7 years ago

hyiltiz commented 7 years ago

Org-mode seems to support scheduling (recurrent or not) events and estimating work times required for those. In addition, it seems you can track work times (using relative times) for a task. These two features: scheduling task, and tracking task, is often separated into two apps in the mobile app markets. Examples: "A Time Tracker" by @netmackan and Orgzly, or Google Calendar for scheduling (recurrent or not) events and Google Tasks/Keep for keeping notes and tasks (mostly one time) in the native apps.

Adding a time tracking and scheduling (setting a START and END time property for events/tasks) would be very ideal.

nevenz commented 7 years ago

Is this #15?

hyiltiz commented 7 years ago

time tracking part is duplicate of #15 but scheduling isn't; it is more like you create an event in Google Calendar with clearly defined boundaries to stay organized and plan (not todo-list like events that mostly happens once but more like habit/routine like events).

nevenz commented 7 years ago

it is more like you create an event in Google Calendar with clearly defined boundaries to stay organized and plan (not todo-list like events that mostly happens once but more like habit/routine like events).

Maybe #163 then? Something like that?

Scheduling with repeater is already possible, but ranges are not supported yet.

hyiltiz commented 7 years ago

Yes! #163 and #15 it is.