Posted 7 March 2021, 2:03 pm EST
Hello,
I’m trying to update the appointmentproperties with the SetAppointmentProperties method.
I wanted to know when we can call this method, so far, I cannot make it work.
I’m using a custom form to create/update an event.
When the user is validated the custom form, I’m updating the appointment properties like this:
m_pEditingEvent.BeginEdit()
StartTime = DateFromString((dtpStartDate.Value), (cmbStartTime.Text))
EndTime = DateFromString((dtpEndDate.Value), (cmbEndTime.Text))
But it does not work for the xml.
And I’ve not seen any implementation in the documentation nor in the examples.