I'll freely admit that I don't have much of a clue here, but I hate seeing nodes go unanswered. I started with Google (Outlook iCalendar "visual basic" MVP) ("visual basic" because VB is generally very easy to translate to Perl and examples should abound, and "MVP" because MS Most Valuable Players usually know what they are talking about), and found this page: Using PHP to Make Basic vCalendar/iCalendar Events, which seems promising because it has a couple examples of vCalendar files as well as several links on iCalendar/vCalendar specs. A purely visual comparison of your iCalendar file and their sample suggests a couple ideas you might try:

I'm shooting in the dark here, but I do hope this helps... Good luck!

Update: Advanced Perl Programming, 2nd Ed. has an example in Chapter 2: Parsing Techniques, on getting information out of iCal; the author, Simon Cozens, mentions a module called Net::ICal, used "to read and write iCalendar data." Perhaps that module may help you, although it does sound like he's using it with Apple's version of iCalendar...

planetscape

In reply to Re: Create an Outlook iCalendar entry? by planetscape
in thread Create an Outlook iCalendar entry? by traveler

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.