Create a tiddler named Today
and put a set of vertically arranged tabs on it showing all meetings that are happening on the current day (i.e., whose at
field describes any time today) and excluding drafts.
Don't worry if everything doesn't show up right – we'll talk about why that is and how to fix it in the exercises to follow. You're done with this exercise if you can get the correct set of tabs to appear in the list.
- You can get today's date with the built-in
now
procedure, like<<now YYYY0MM0DD0hh>>
. (If you're wondering why we include the hours, we'll discuss the potential for day rollover when at negative UTC offsets in Working with Dates.) - You'll need to look up several new filter operators in the list.
Go to answer: Ex:MeetingsToday/answer