I know and have (do) used (use) several of the excellent straight-up “parse lines into Fantastical events” actions.
Wondering if someone knows of any that do anything like the following (please forgive the pseudo “code”
):
- Create list of
events(1-N)
, in order, each with durationduration(1-N)
- Action prompts for an initial starting time
startDate(0)
andstartTime(0)
- Line 1: creates Fantastical event of duration
duration(0)
starting atstartDate(0) startTime(0)
- Lines 2-N: creates Fantastical event of
duration(N)
starting at timestartDate(N-1) startTime(N-1) + duration(N-1)
Example:
With a selected start time of today at 12PM, these lines…
Make the coffee for 15 minutes
Plan the day for 30 minutes
Work the plan for 3 hours
Review the day for 30 minutes
… become…
12:00-12:15 | Make the coffee
12:15-12:45 | Plan the day
12:45-15:45 | Work the plan
15:45-16:15 | Review the day
Were it within my capabilities to do it reasonably efficiently, I would just adapt one of the aforementioned actions… but, alas, that’s not yet possible. Maybe someday… ¯\_(ツ)_/¯