NSAppointment UpdateAppointment(Integer p0, DateTime p1, DateTime p2, Integer p3, Integer p4, Integer associateId)
Change the description, for example, to add an agenda:Move appointment
Postpone an existing appointment by 1 week (reschedule):Mark as complete
Completed means that the status is 3.Void SetCompleted(Integer Completed)
Integer GetCompleted()
You canβt edit completed follow-ups until you have undone their Completed status! UseGetCompleted() to check the status. Toggle it to 0 to do your edits and then toggle it back if applicable.