So sorry about this, guys. I don't know what's wrong with that SVN. I've set anonymous checkouts, but it's just not working, so I've migrated to a better SVN host. Please delete your working copies and do a fresh checkout from
http://bluehousegroup.svn.beanstalkapp.com/modules/trunk/event_calendar
@dreamstudio -- To put a calendar widget anywhere on the site... It looks like this will be a little clunky, but I could use the testing.
PageController.php
function CalendarWidget()
{
return new CalendarWidget(
DataObject::get_one("Calendar"), // controller
null, // start date
null, // end date
true // default view
);
}
Try that and let me know how it goes.