The docs say that the clientside API for an appointment has a method called "get_id()" which returns an int value which represents the appointment's ID.
This is true. Kind of.
If your appointment reoccurs, then the value returned is something like "X_Y" where X is the master appointment's ID and Y is the number of the recurrence, so, for example "10_8" represents the id of the 9th occurrence of appointmentID 10.
Either, the docs are wrong or the method is.
--
Stuart
This is true. Kind of.
If your appointment reoccurs, then the value returned is something like "X_Y" where X is the master appointment's ID and Y is the number of the recurrence, so, for example "10_8" represents the id of the 9th occurrence of appointmentID 10.
Either, the docs are wrong or the method is.
--
Stuart