Calendar data binding with SQLContainer

Hi,

I’m trying to bind a SQLContainer with a Calendar using an EventProvider class subclassing CalendarEventProvider.

Works fine to get data from the database but I cannot save any changes I do with the calendar.

I tried calling commit on the SQLContainer but it does not work.

There is any way to save my calendar events back in to the database?

Thanks.

Omar Pedrini