Hello,
I am creating a new module, and i want that there comes a new event/appointment/meeting in the calender whenever i add an item to the record from my module.
I know it is possible but i don't get it to work..
Is there a way how i can do this?
this is the only field that i need to set the date:
array('name' => _M('Planning'), 'type' => 'date', 'required' => false, 'param' => 64, 'visible' => true, 'extra' => true, 'QFfield_callback' => array('Planner_PlanningCommon', 'QFfield_planning')),
Greetings,
Andy