I use Mac iCal to store my calendar and it has this handy export feature that lets me dump any calendar to a WebDAV enabled HTTP server. Great! Now I can use iCal to create events and then write a handy little Perl script to rip those suckers apart and generate content for my web page. Not wanting to reinvent the wheel, I search around on Google and CPAN for modules that already do all the work and what do I find? Almost nothing.

The best thing I am able to find is Reefknot, which hasn't had a CVS commit in over a year. The last release on CPAN dates back to 2001, except for a module which is capable of parsing ICal dates---useful, but not applicable to breaking up vCalendar files.

Looking around for solutions in other languages or even for applications reveals a dismal collection of hacks, almost working code, and abandoned projects. Is vCalendar complicated? Not really. Can anyone explain to me why vCalendar seems to be the third rail of programming? Every project that touched it seems to have died 2 or more years ago. Heck, I can't even find the word vCalendar more than once in SuperSearch. Anyone have insight?


In reply to Whatever happened to...vCalendar and Reefknot? by hanenkamp

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.