Fixing style errors.

This commit is contained in:
stickler-ci 2019-11-02 10:55:24 +00:00
parent 37f4ebb1b2
commit b43d06db37

View File

@ -129,7 +129,7 @@ function build_calfile($format, $title, $desc, $events_array, $outputfile)
SUMMARY:Tâche 1 heure
TRANSP:OPAQUE
END:VEVENT
Example from Google ical export for a 1 day event:
BEGIN:VEVENT
DTSTART;VALUE=DATE:20101102
@ -146,7 +146,7 @@ function build_calfile($format, $title, $desc, $events_array, $outputfile)
TRANSP:TRANSPARENT
END:VEVENT
*/
if ($type === "event")
{
fwrite($calfileh, "BEGIN:VEVENT\n");