_setEDate

Set the Expiry Date of the Appointment Recurrence.

Parameters

id

The ID of the Appointment Recurrence.

val

The Expiry date to be set for the Recurrence, yyyy-mm-dd.

Example

FM_api('AppointmentRecurrence_setEDate', ['id' => '123', 'val' => '2019-10-28']);

Result

On Success

{'ok':1}

Last updated