More Features
Write a method to cancel an appointment.
Write a method to reschedule an appointment
Write a function or method that gets today's schedule for a given person/patient. It should return a sorted list of appointments.
Write a function or method that gets today's schedule for a given doctor. It should return a sorted list of appointments.