We determined that your calendar does not work when SSL logins for WordPress Administrators are forced with “define(‘FORCE_SSL_ADMIN’, true);” in the wp-config.php file. We were able to resolve by overriding the URL in the plugin code to the straight https:// version instead of the https:// version that gets returned by the “admin_url()” function.