Hi Marcus,
I have used fullCalendar before in another poject outside of wordpress, It came as part of a bootstrap theme I bought from wrapbootstrap.com Basicaly instead of using qtips it used bs3 popovers which I found to be better (for me).
But, I think this plugin is great, I like the way it uses custom post types to show events on the calendar. I created a CPT specifically for the calendar, and custom taxonomies to categorise them.
Thanks, Mark.
Anyone still have this issue?
Simply comment out one line of code in wp-fullcalendar.php 🙂
Look for the function named ‘public static function ajax()’
comment out the line:
$args['post_status'] = 'publish'; //only show published status
In version 1.1 this is line 160 of file wp-fullcalendar.php
Not the perfect answer as it means amending the core plugin code, but if needs must….
@paul totally agree, its like the stone age!