From 142afc2c39dade9a880cc933da39475086ebfb0c Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 27 Sep 2012 09:03:13 +0000 Subject: [PATCH] * CalDAV: fixed broken URL of private events in shared calendar user has no right to view --- calendar/inc/class.calendar_bo.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_bo.inc.php b/calendar/inc/class.calendar_bo.inc.php index 21f6d853ca..ff6f41a5c0 100644 --- a/calendar/inc/class.calendar_bo.inc.php +++ b/calendar/inc/class.calendar_bo.inc.php @@ -6,7 +6,7 @@ * @package calendar * @author Ralf Becker * @author Joerg Lehrke - * @copyright (c) 2004-11 by RalfBecker-At-outdoor-training.de + * @copyright (c) 2004-12 by RalfBecker-At-outdoor-training.de * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ @@ -635,6 +635,7 @@ class calendar_bo 'public'=> 0, 'category' => $event['category'], // category is visible anyway, eg. by using planner by cat 'non_blocking' => $event['non_blocking'], + 'caldav_name' => $event['caldav_name'], ); }