export / import Calendar label value

J

John S

Is it possible to export / import the current value of the Calendar Lable
property?

I want to be able to import Calendar entries from Excel, and to specify the
appropriate colour for each entry. When I did a test export (to find out
which fields are exported) every other attribute except 'Label' is included.
Outlook must store this attribute somewhere!
 
S

Sue Mosher [MVP-Outlook]

Not without writing code that uses CDO or Redemption to extract that
information, which is stored in a MAPI property that is not exposed in the
Outlook object model.
 
Top