I'm trying to create a calendar that will allow a user to click on a date and schedule an appointment or view the appointments scheduled for that date. I was able to do this with a PHP calendar I created from scratch but I now need to do it with Codeigniter's calendar library.
Basically what I want is for the calendar to display each date with a unique URL that can pass the day, month, and year to another view. Is there anyone who has extended or modified the Codeigniter calendar to do something like this?