This is an elegant solution, but my usecase is slightly different:
I would use it to plan/document the subject of each lesson. Therefore, I need a list that contains the individual dates like in TiddlyTools/Time/Events.
I just posted another update to the Calendar code so that converting a Timeline to an Event List will add links to each individual dated event item.
After you define a “Timeline” and corresponding “Timeline Events”, you can convert them to a single “Event List” tiddler containing individual dates by using the “copy” button in the Calendar Settings for that Timeline:
- open the Calendar Settings (gear icon).
- click the “menu” button for the desired Timeline (e.g., “SampleClassSchedule”)
- click the “copy” button for that Timeline
A new “Event List” tiddler will be created containing individual lines for each date in the Timeline. Each line is linked to an event tiddler using the Timeline Event title with the individual YYYYMMDD date appended.
For example, when you copy the “SampleClassSchedule” Timeline, each individual date for the “Calculus” and “Physics” Timeline Events will be listed in a newly created “SampleClassSchedule 1” Event List (which you can rename if you want). The events listed in this tiddler will include links to individual “Calculus_YYYYMMDD” and “Physics_YYYYMMDD” tiddler titles. Then, from the calendar display, you can click on a specific date to display the popup for that date, and then click on an individual event in the popup and it will open the corresponding dated event tiddler so you can edit it to add your lesson plan.
-e