Hmm, does not seem to work.
I tried both options, and in both cases it just prints this html code out:
“<div id=”events-full-calendar”></div>”.
And as far as I can see, there are no errors generated, atleast when I had these in my wp-config.php
ini_set(‘display_errors’, ‘on’);
define(‘WP_USE_THEMES’, true);
and
define(‘WP_DEBUG’, ‘true’);