as you can now see other apps in calendar, you must make sure you read only true calendar events for recurring dates, participants and customfields

This commit is contained in:
Klaus Leithoff 2010-02-01 10:35:05 +00:00
parent 2805cc1904
commit 6e258109d8

View File

@ -475,7 +475,7 @@ class calendar_so
$events[$id] = egw_db::strip_array_keys($row,'cal_'); $events[$id] = egw_db::strip_array_keys($row,'cal_');
} }
//_debug_array($events); //_debug_array($events);
if (count($events)) if (count($ids))
{ {
// now ready all users with the given cal_id AND (cal_recur_date=0 or the fitting recur-date) // now ready all users with the given cal_id AND (cal_recur_date=0 or the fitting recur-date)
// This will always read the first entry of each recuring event too, we eliminate it later // This will always read the first entry of each recuring event too, we eliminate it later