I have a newbie question about how to modify such that I set the FIELD_title to the active user name, skip the AddEvent dialog and go right to scheduling the event. The flow is evading my understanding. I tried to edit the default.html for the calendar and set the form vars, but the system comes back to the AddEvent form rather than moving ahead to the ScheduleEvent form.
I want to use the calendar to manage an "on-call" schedule, and several things can be assumed:
- event titles can just be the user name
- events can be set to last all day
further customization will be that I can only allow 2 "events" perday i.e. 2 people on call. and that I need to make some decisions based on the user's name... but that can come later.
can anyone give me a brief description how I can set the required form variables and skip the AddEvent, and go right to scheduling when the user hits "Add Event" ?