Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: Outlook Write to Calendar

by blm (Hermit)
on Dec 20, 2005 at 03:02 UTC ( #517951=note: print w/replies, xml ) Need Help??


in reply to Re^2: Outlook Write to Calendar
in thread Outlook Write to Calendar

I read this code sample and interpret as following. You are trying to retrieve the collection of appointments in outlook. However what you seem to be doing is creating a single appointment in
my $app = $namespace->CreateItem(olAppointmentItem);

and trying to retrieve the Items collection of the Appointment. Perl is telling you that there is no Items collection attached to an Appointment Item.

Look at your first question and try something allong the lines of:

  1. Retrieve the Namespace
  2. Get the DefaultFolder that contains Calendar objects.
  3. Retrieve collection of appointments
  4. With the collcation add an appointment.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://517951]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2023-03-20 23:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (59 votes). Check out past polls.

    Notices?