Hi,
I'm using jQuery Fullcalendar from arshaw.com/fullcalendar/ and I would like to replace day number with link to event, which I'm getting via JSON from database, like on this image:
I've got small calendar with only one event per day, so default display isn't necessary for me. I need something simpler and cleaner.
Since I'm not very familiar with jQuery I can't figure it myself.
Is there a way to replace this:
<div class="fc-day-number">5</div>
with link to event on that day?