The parts in ALL CAPS are what I want to do. Does anyone know how I would go about getting this done?
{exp:weblog/channel:entries weblog/channel="foo" orderby="date" sort="desc" limit="99"}
<h3>
<a href="http://{title_permalink=">{title}</a>
</h3>
<p> <br />
{event_summary}<br />
<br />
<br />
<a href="http://index.php/template-name/category/{CATEGORY_URL_TITLE}">See more {CATEGORY_NAME} events</a><br />
<br />
{/exp:weblog/channel:entries}This would allow me to list all entries regardless of category, then link to a page that shows only entries in a certain category.