Event type description
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT ID link(file.link, aliases) AS Meeting, Date
FROM #📅-event
WHERE !contains(file.path, "Template")
WHERE contains(Type, [[Organizing]])
SORT Date DESC
```
%%
| Meeting | Date |
| ------- | ---- |
%% DATAVIEW_PUBLISHER: end %%