Hi,
How can I add an event from 'Calendar.Model' ?
I already extended the model in my custom addon. Now I want to add a very simple event.I don't want to make an rpc call (I already know how to do this). I just want to add a 'static event' : i.e a simple object with date_from, date_to, display_name.
Seems like I should do this in the load function but I don't know how.
Regards