> Anyone know of a tool that takes your dtcm database and turns it into
> a vcalendar file?
Sorry, I don't know of anything ready-made, but (and you may have
already waited for me to say so ;-) it should be fairly easy to build
such a tool using the Perl Calendar::CSA module. Since both dtcm and
vCalendar are based on the XAPIA CSA standard, most of what you had to
do would probably be just formatting.
Unfortunately, there still isn't much documentation for Calendar::CSA.
What I could offer to anyone interested would be a small example
program which shows how to extract appointment events; the information
extracted (type, subtype, start date, end date, repeat info, and
summary) might already be sufficient for constructing a basic
vCalendar object. Contact me if you're interested.
Greetings
--