in reply to Re^2: Outlook Write to Calendar
in thread Outlook Write to Calendar
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:
|
|---|