J
JoD
I would like to be able to, when the user chooses (from a combo box on the
form) the calendar to which the appointment will be added, display the
current choices of categories for the calendar, have the user select the
appropriate category, and then click "Add to Outlook" to add the appointment,
complete with the desired category color.
The problem is that the Categories property is associated with the
AppointmentItem object and to retrieve it, I would have to add the item. I
don't want to add the item until all information has been gathered. Then, if
I understand correctly, in order to set the particular category that is
chosen, that I will need to reference the "category" property of a
FormsDescription object that is asssociated with AppointmentItem object.
I have the code in place to add the appointment item and have successfully
tested it with the ability to choose the calendar.
form) the calendar to which the appointment will be added, display the
current choices of categories for the calendar, have the user select the
appropriate category, and then click "Add to Outlook" to add the appointment,
complete with the desired category color.
The problem is that the Categories property is associated with the
AppointmentItem object and to retrieve it, I would have to add the item. I
don't want to add the item until all information has been gathered. Then, if
I understand correctly, in order to set the particular category that is
chosen, that I will need to reference the "category" property of a
FormsDescription object that is asssociated with AppointmentItem object.
I have the code in place to add the appointment item and have successfully
tested it with the ability to choose the calendar.