TABLE WITHOUT ID
file.link as Session,
dateformat(date, "MMMM dd, yyyy hh:mm a") as "Date",
location as "Locations",
description as "Description",
end-date - date as "Length",
elink(video, name) as "Title"
FROM #session
WHERE !meta and !contains(tp.file.tags, "#missing") and file.name != "Session Note Template"
SORT date DESC

Undocumented Sessions

TABLE WITHOUT ID
file.link as Session,
dateformat(date, "MMMM dd, yyyy") as "Date      ",
location as "Main Location",
description as "Description",
note-taker as "Note Taker"
FROM #session
WHERE !meta and contains(file.tags, "#missing") and file.name != "Session Note Template"
SORT date DESC