in reply to Re: Creating entries in an Outlook Calendar
in thread Creating entries in an Outlook Calendar
I have tried looking in the Outlook Object Model, but it just didn't make sense to me.my $namespace = $outlook->GetNameSpace("MAPI") or die "can't open MAPI + namespace\n"; my $recurringitems = $namespace->GetDefaultFolder(olFolderCalendar)->{ +Items}; my $calitems = $namespace->GetDefaultFolder(olFolderCalendar)->{Items} +;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re(3): Creating entries in an Outlook Calendar
by dmmiller2k (Chaplain) on Apr 20, 2002 at 23:05 UTC | |
by lumina (Novice) on Apr 22, 2002 at 13:46 UTC | |
by dmmiller2k (Chaplain) on Apr 22, 2002 at 14:21 UTC | |
by lumina (Novice) on Apr 23, 2002 at 08:48 UTC | |
by dmmiller2k (Chaplain) on Apr 23, 2002 at 13:26 UTC | |
by lumina (Novice) on Apr 26, 2002 at 16:52 UTC | |
by Anonymous Monk on Apr 21, 2002 at 09:42 UTC |