_setMeetingTime
Sets the time and data for an appointment
Parameters
id
The appointment id
value
Value to set
Example
FM_api('Appointment_setMeetingTime', ['id'=>'48','value'=>'2017-08-17 16:34:00']);
On Success
{'ok':1}
On Error (Same Value)
{'ok':1,'warning':'value already set'}
Last updated