EASY!APPOINTMENTS

Enlever Consultation de l'affichage du Calendrier

Dans application/controllers/Calendar.php, dans la fonction  get_calendar_appointments ligne 692 changer la ligne en :

$appointment['service']['name'] = '';

Enlever Consultation de l'affichage du Calendrier sync in Caldav

Dans le fichier easyappointments/application/libraries/Ics_file.php, dans la fonction get_stream à la ligne 80 :

->setSummary($customer['first_name'] . ' ' . $customer['last_name'])