Update
Previous  Next

Updates an existing appointment.
Syntax: Update

Example:
Appointment.Value = PimCol.GetItem(0)
Appointment.AllDayEvent = True
Appointment.Subject = "new subject"
Appointment.Update