I use edit-macro from tiddlytools/time to edit my todos due date
<$macrocall $name="edit-date" tiddler=<<currentTiddler>> field="due" type="calendar" format="YYYY0MM0DD0hh0mm0ssXXX" />
this works fine, it opens a calendar to select the date, but I would like to see the events how eg in “TiddlyTools/Time/SidebarCalendar”
is nice to have some context when selecting the date for a task
any ideas if this is possible?