adding new appointment from command line

  • Thread starter Thread starter Erhard Mueller
  • Start date Start date
E

Erhard Mueller

Hi,

how can I add a new appointment (calendar) from the command line?
I tried outlook.exe /c ipm.appointment
but this opens an interactive dialog.
I just want to run a command which inserts a new item to my calendar.
Is it possible?

Regards,
Erhard
 
Nothing built-in to where u you use outlook.exe /create something and store.
However you could use Outlook's Object Model to create the item
programmatically from a WSH/VBS or home grown application that could take
arguments at the command line.
 
Back
Top