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, this.file.link)
SORT Date DESC
```
%%
| Meeting | Date |
| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- |
| <ul><li>[[Admin/Categories/Events/2018.12.12 Board of Regents Counter Proposal.md\|Board of Regents Counter Proposal]]</li></ul> | December 10, 2018 |
| <ul><li>[[Admin/Categories/Events/2014.11.17 Come hear Board of Regents Proposal to COGS.md\|Come hear Board of Regents Proposal to COGS]]</li></ul> | November 17, 2014 |
%% DATAVIEW_PUBLISHER: end %%