question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Calendar Task Start and End Times

See original GitHub issue

I would like to know if there is enough desire for the addition of task start and end times. Right now you can specify when a task starts, but not when it ends. I personally would prefer to specify the start time and end time for each task. I know you can specify break for when you have a break, but then it fills out that time as if something is going on during that time period instead of leaving it blank.

I was thinking the format would be kind of like the following:

- [ ] 12:00 - 19:00 Meeting

This could be a different mode for the app or even an optional part of the syntax where if it is not specified the end is assumed to be the start of the next event.

I did see something similar in the issues list where someone else had requested adding duration to the tasks (https://github.com/lynchjames/obsidian-day-planner/issues/109), but that is not quite the same thing, so I decided to open another issue and see what happens.

I would also like to specify overlapping and all day tasks, but those are of lesser concern to me.

I would even be glad to help out in the creation of this feature even though I would be new to typescript.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:4
  • Comments:6

github_iconTop GitHub Comments

1reaction
229c9cf0commented, Nov 13, 2021

+1, but the format should probably accept all of -, --, and (an en dash).

The hyphen-minus because it’s simple / right on the keyboard, the en dash because that’s the typographically correct standard for ranges, and the double hyphen-minus because pandoc (via TeX) turns that into an en dash and it’s still easy to type. (So I’m currently using -- even if ranges aren’t supported yet; and if I run it through pandoc, then those turn into en dashes.)

0reactions
pjkaufmancommented, Oct 11, 2022

I am not sure it would actually allow for overlapping events as the way the methodology for this plugin works is that you only take on one task at a time. However it would allow start and stop times.

I will see about adding – and the em dash this weekend and make my PR no longer be a draft. I am not sure if @lynchjames us working on this plugin anymore, but I guess I won’t know until I make the PR no longer a draft.

On Wed, Apr 13, 2022, 11:17 AM Kashay Serati @.***> wrote:

+1 for me as well. It would enable me to have overlapping events. Or would it? Regardless, it would still be a welcomed treat to have.

— Reply to this email directly, view it on GitHub https://github.com/lynchjames/obsidian-day-planner/issues/129#issuecomment-1098178858, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHEDPO7KGAN4EAHIQ3X3VODVE3QPZANCNFSM5HJSIYUQ . You are receiving this because you authored the thread.Message ID: @.***>

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tasks/Events with Time Durations - How to add a start and ...
1. Click on the due date panel in the web app. · 2. Choose your due date for the task, and due time...
Read more >
Change default times for entered start or finish dates
Choose File > Options > Schedule. In the Default start time and Default end time boxes, type the times that you want the...
Read more >
New Feature: Task Start and End Times - GoalsOnTrack
We are excited to announce that a long expected feature to allow assigning start and end times to tasks has been officially launched....
Read more >
Display (or Hide) Start and End Times - Slipstick Systems
For End times to display on the calendar, you need to enable Show end times in Other settings. Right click on the calendar...
Read more >
Times (Start and End) - ClickUp Help
Setting a start and due date is a clear way to note a task's duration, and will also schedule the task on Calendar...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found