Skip to content
Snippets Groups Projects
Commit c87cee6b authored by Jakob Sack's avatar Jakob Sack
Browse files

Add VJOURNAL to objects that are allowed by default

parent 778404fb
Branches
No related tags found
No related merge requests found
......@@ -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){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment