I am hoping someone can tell me how to get a very small version of FullCalendar (or something similar) that will do a widget size calendar without titles, just colored blocks for dates with events that can be clicked on. I am using fullcalendar in a wordpress site which is great, but all the google calendar widgets out there really suck!
|
feedback
|
|
You can make a fully functional tiny version by adding a bit of CSS. I had to add a "eventMouseover" callback to add the event name to the title attribute, so you can see it's name in the tooltip. Here is a screen shot of the mini-sized calendar (200 x 225) and a demo.
The CSS
Javascript
Updated: Made week view horizontal events smaller and made all events 2px wide or high to make it easier to hover over them. | ||||
|
feedback
|
|
Agreed. In my time using fullcalendar (a few years), I always wished that it was something that was built-in. However, I think the only way to accomplish this is to hack up some css, such as setting the margin-top of events to be on top of the day number, and maybe use js to delete some of the events that occur on the same day or whatever. And maybe reformat the event time to output just as the day number, so it LOOKS like the day number. Sorry I couldn't be of more help, but if you find something, post back here! | |||
|
feedback
|
