I've hit CPAN and found Win32::Exchange. I've seen a few examples of how to work with Outlook via Win32::OLE (I know very little about OLE, sadly). Everything I seem to be able to find is about automating actions or checking e-mail or using the Address Book.

What I can't seem to find, and what I implore help with from my Fellows here, is this:

I am in need of a way to look at several shared calendars (for resources, like conference rooms, etc. in this case) on an Exchange server to determine which of them are available at a given time. The simplest use case for this is finding an available conference room given a date and time range. I'd prefer not to depend on Outlook for this, but if I have to, I won't cry.

I'm totally stumped in the research phase. Can anyone here give me a push in the right direction? If you have simple, working code that connects to exchange and opens a specified calendar, that would be huge. If not, I'll take whatever help I can get and share the result (here at least, in CPAN if I have time) if and when I solve this.

My gratitude knows no bounds (which seems like it might lead to a buffer overflow...)

<radiant.matrix>
Ramblings and references
“A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort.” — Herm Albright
I haven't found a problem yet that can't be solved by a well-placed trebuchet

In reply to Finding available time in Exchange calendars by radiantmatrix

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.