calendar day view and several events on the same day - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: calendar day view and several events on the same day (/showthread.php?tid=508) |
calendar day view and several events on the same day - diegojhm - 12-11-2014 Hi all, I'm using XAMP and CI 2.2.0 on Linux. I need to make a day view calendar to have several events on the same day. Someone could tell me where to find such template and/or example of it?. Even an easy one would be great!!! Thanks in advance. RE: calendar day view and several events on the same day - Rufnex - 12-11-2014 CI has a built in calendar class http://www.codeigniter.com/userguide3/libraries/calendar.html with an option to pass data to your calendar. There also examples arround the web. A good start can be the following urls http://code.tutsplus.com/tutorials/codeigniter-from-scratch-the-calendar-library--net-9570 http://www.andyhawthorne.co.uk/using-the-codeigniter-calendar-class/ http://derekallard.com/blog/post/modifying-the-default-codeigniter-calendar-template-for-fun-and-profit RE: calendar day view and several events on the same day - diegojhm - 12-11-2014 (12-11-2014, 08:49 AM)Rufnex Wrote: CI has a built in calendar class http://www.codeigniter.com/userguide3/libraries/calendar.html with an option to pass data to your calendar. Thanks Rufnex, I saw these samples and learnt a lot; but, exactly I need day view with chance to have several events per day, just like a CRM. I have found this site http://fullcalendar.io wich sounds interesting. thank you for your reply! best regards. RE: calendar day view and several events on the same day - Rufnex - 12-11-2014 Ok, here are some others ;o) https://code.google.com/p/jquery-frontier-calendar/ http://www.web-delicious.com/jquery-plugins/#calendar http://kylestetz.github.io/CLNDR/ https://github.com/Serhioromano/bootstrap-calendar http://tympanus.net/codrops/2012/11/27/calendario-a-flexible-calendar-plugin/ (nice one, at the demo go back to nov 2012). RE: calendar day view and several events on the same day - diegojhm - 12-12-2014 (12-11-2014, 11:03 AM)Rufnex Wrote: Ok, here are some others ;o) Thanks Rufnex, I will take a view of them. Best regards |