Merge branch '0.1.8.2' of https://github.com/twetech/itflow into 0.1.8.2

This commit is contained in:
o-psi
2024-02-09 22:49:52 +00:00
3 changed files with 5 additions and 7 deletions

View File

@@ -1082,8 +1082,6 @@ function createiCalStr($datetime, $title, $description, $location)
// Todo: add organizer details
// $event->addNode(new ZCiCalDataNode("ORGANIZER;CN=Organizer Name:MAILTO:organizer@example.com"));
// Export the iCal object to a string
$ics_feed = $cal_event->export();
return $ics_feed;
// Return the iCal string
return $cal_event->export();
}