Fixing style errors.
This commit is contained in:
parent
37f4ebb1b2
commit
b43d06db37
@ -129,7 +129,7 @@ function build_calfile($format, $title, $desc, $events_array, $outputfile)
|
|||||||
SUMMARY:Tâche 1 heure
|
SUMMARY:Tâche 1 heure
|
||||||
TRANSP:OPAQUE
|
TRANSP:OPAQUE
|
||||||
END:VEVENT
|
END:VEVENT
|
||||||
|
|
||||||
Example from Google ical export for a 1 day event:
|
Example from Google ical export for a 1 day event:
|
||||||
BEGIN:VEVENT
|
BEGIN:VEVENT
|
||||||
DTSTART;VALUE=DATE:20101102
|
DTSTART;VALUE=DATE:20101102
|
||||||
@ -146,7 +146,7 @@ function build_calfile($format, $title, $desc, $events_array, $outputfile)
|
|||||||
TRANSP:TRANSPARENT
|
TRANSP:TRANSPARENT
|
||||||
END:VEVENT
|
END:VEVENT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ($type === "event")
|
if ($type === "event")
|
||||||
{
|
{
|
||||||
fwrite($calfileh, "BEGIN:VEVENT\n");
|
fwrite($calfileh, "BEGIN:VEVENT\n");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user