<?php

require_once($_SERVER["DOCUMENT_ROOT"] . "/common/common.INC.PHP");         

print_page_header("/hacks/appointments-calendar/index", "Appointments Calendar");

?>
<p>UNIX-Head that I am, I use a <a href="dates">small script</a> to show me upcoming appointments.</p>
<p>And Math-/Lisp-Head that I am, I create a directory per appointment, aptly named something like <em>2007-04-23T20:00_Blue_Monday_Session</em>.</p>
<p>in it, there are the following files:</p>
<ul>
<li><em>beginning</em> - [optional] the start time (can also be in the directory name)</li>
<li><em>blurb</em> - [optional] some long text (not shown in the overview)</li>
<li><em>location</em> - [optional] the physical location</li>
<li><em>topic</em> - [optional] the topic (can also be in the directory name)</li>
<li><em>URL</em> - [optional] URL to something pertaining to this</li>
<li><em>cost</em> - [optional] the cost</li>
<li>whatever key desired</li>
</ul>