You can make an appointment site using this code.
This code use Easy!Appointments like a service.
You have to setup the appointment service from service folder.
Please open config folder and create confing.php file with next lines:
$host = 'YOUR_HOST'; $dbname = ''; $username = ''; $password = '';
$client_id = 'ID_FROM_APPOINTMENT_SERVICE'; $client_secret = 'SECRET_FROM_APPOINTMENT_SERVICE';