diff --git a/apps/calendar/lib/calendar.php b/apps/calendar/lib/calendar.php index 88fc1cde770fda3a803aad53587e594126f51c41..76f6b253b5d0c17c6b68befdeebd32a6025e6a50 100644 --- a/apps/calendar/lib/calendar.php +++ b/apps/calendar/lib/calendar.php @@ -79,7 +79,7 @@ class OC_Calendar_Calendar{ return $result->fetchRow(); } - public static function addCalendar($userid,$name,$description,$components='VEVENT,VTODO',$timezone=null,$order=0,$color=null){ + public static function addCalendar($userid,$name,$description,$components='VEVENT,VTODO,VJOURNAL',$timezone=null,$order=0,$color=null){ $all = self::allCalendars($userid); $uris = array(); foreach($all as $i){