mirror of
https://github.com/itflow-org/itflow
synced 2026-03-09 23:34:50 +00:00
Merge branch '0.1.8.2' of https://github.com/twetech/itflow into 0.1.8.2
This commit is contained in:
@@ -1082,8 +1082,6 @@ function createiCalStr($datetime, $title, $description, $location)
|
|||||||
// Todo: add organizer details
|
// Todo: add organizer details
|
||||||
// $event->addNode(new ZCiCalDataNode("ORGANIZER;CN=Organizer Name:MAILTO:organizer@example.com"));
|
// $event->addNode(new ZCiCalDataNode("ORGANIZER;CN=Organizer Name:MAILTO:organizer@example.com"));
|
||||||
|
|
||||||
// Export the iCal object to a string
|
// Return the iCal string
|
||||||
$ics_feed = $cal_event->export();
|
return $cal_event->export();
|
||||||
|
|
||||||
return $ics_feed;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user