Hello all
I refer to this thread Tiddlytools/Time/Calendar - Help with Events
@EricShulman kindly helped me with this.
I want to modify the following:
!!!One-time events:
<$list filter="[tag[Event]!days:event-date{!!day1}sort[]]-[!days:event-date{!!day2}]">
<$view field=time/><$link/><br>
</$list>
to reference fields day1 and day2 in a specific tiddler, eg
!!!One-time events:
<$list filter="[tag[Event]!days:event-date{EventEditor!!day1}sort[]]-[!days:event-date{EventEditor!!day2}]">
<$view field=time/><$link/><br>
</$list>
The above works fine; however, I cannot get the correct syntax for the case where the tiddler has a space in the title, ie Event Editor
Some help would be very much appreciated.
Cheers, Rob