Not a trivial undertaking.

I would bet that you would get mileage out of some of the Win32::OLE examples here about generating Outlook messages, combined with an examination of the specific headers that are contained in a meeting request and a meeting response message within Outlook, such as the sample request below (derived from a save as text command in outlook gui, and so perhaps not a complete example - might be better to use Win32::OLE to get the message and look at its headers). Relating such an Update to the original meeting request (so that the acceptor has their calendar block moved, rather than duplicated) and exhaustively accounting for recurrence patterns, meeting statusi, and show time as values are other non-trivial parts of this exercise. Happy coding!

Subject: Updated: Fundraiser Location: Whitlows on Wilson Start: Thu 8/2/2001 7:00 PM End: Thu 8/2/2001 10:00 PM Show Time As: Tentative Recurrence: (none) Meeting Status: Not yet responded Required Attendees: CRM Managers; Optional Attendees: Technical Support; Hi Team! One last reminder....

In reply to Re: How do I embed a Net::ICal object in an email to schedule a meeting in Outlook? by dan2bit
in thread How do I embed a Net::ICal object in an email to schedule a meeting in Outlook? by Zach

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.