- Add admin function to delete events

- Add admin function to add events

- Add admin function to edit events (either individual instances or recurring
  templates)

--- v1.1.0 ---

- Figure out why @EXPORT works properly in CalCron.pm, but only functions
  like @EXPORT_OK in Common.pm  (If anyone can elighten me on this oddity,
  please do so.  It makes no sense to me.)

- Add logging of activity and exceptions to apache logs

- PR#2: ListDays displays all files with date-formed names, even if they
  aren't events.  Should check for presence of META EVENTNAME before
  displaying.
- Add category exclude capability
- PR#4: DailyLinks should be suppressed on days with no events to show

- Add a template override capability - not sure whether this should be based
  on category selection or a URI arg (probably an arg, though) -
  differentiate internally by adding suffix to variant template filenames

- Add autogen event enhancements to be able to set start/end dates (including
  multiple sets, so 'holes' can be added, etc.) and individual 'exclude'
  dates

- Add admin function to edit header/footer templates

- Add authentication for admin login

- Add option for monthly/yearly subdirectories within event dir - How
  difficult would it be to seamlessly recognize events both in base event dir
  and monthly/yearlr subdir?  (This should be done, it's just a question of
  whether it's an initial feature or added later.)

- Add flag to lowcal-update which tells it to create and use event
  subdirs by month (-d) or year (-D or -dy)

- Search capability

- Make VirtualHost-aware

- Port to vanilla CGI (v2.0.0)

- Improve event parsing to remove requirement that <meta...> tags all have
  to be on a single line

- Add per-event-dir beginning of time/end of time options which inhibit
  creation of prev month/next month links beyond that range

- Add option to email event info on request

- Add automated email reminders of events

- vCalendar format support?

- Allow display of prior dates with listdays < 0?

- LowCal::ShowMonth shouldn't be dependent on cal utility

- lowcal-update: Allow specification of arbitrary date with -c/-C

- Import/export of calendar to Palm calendar format

- Add %INCLUDE="filename"% token

