$(document).ready(function() {
	$('#calendar').fullCalendar({
			editable: true,
			events: "a/getstudycalendar"
	});
});