Hello,
I have problem with this value (event_id).
In the before version I use hibernate to populate event, but I remove it.
Hibernate set event_id of event with value of row’s table and I need it.
Now this value is number of 13 digits. (ex. 1452596001320)
Can I set it?
I populate events in this way:
scheduler.init(‘scheduler_here’, new Date(2015,11,22),“week”);
scheduler.parse( eventi, “json”);
Thanks,
Alice
I found the solution!
The value is setting passing value called “id”, I named “event_id”