fullCalendar が使用する id フィールドの名前を変更する方法はありますか? このような:
$('myCal').fullCalendar('option', 'idField', 'myCustomIdField').
またはこのように:
$('myCal').fullCalendar('option', 'idFunction', function(event){
return "prefix_" + event.id;
}).
アドバイスをありがとう