Frank, Ralf,
Thank you for your reply. Your support is really superb!!
I will try both options and let you know.
Again, thank you very much
AWRog
[edit]
Please excuse my lack of php-knowledge.
First I extended the elseif ($this->view != planner’ condition with ‘day’, day4’ etc.
Later all seams to work well when I comment out the elsif - condition.
Can I do this without any further consequences?
Thanks in advance!
AWRog
function &default_add_event()
{
$extra_participants = $_GET['participants'] ? explode(',',$_GET['participants']) : array();
if (isset($_GET['owner']))
{
$owner = $_GET['owner'];
}
// dont set the planner start group as owner/participants if called from planner
// elseif ($this->view != planner' || $this->owner != $this->cal_prefs['planner_start_with_group'])
// {
// $owner = $this->owner;
// }