Browse Source

updated ical PRODID

master
n0m1s 10 years ago
parent
commit
6c00508320
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      export.php

+ 1
- 1
export.php View File

@ -15,7 +15,7 @@ $events = getEventsSince($db, time());
$eol = "\r\n";
echo('BEGIN:VCALENDAR'.$eol);
echo('VERSION:2.0'.$eol);
echo('PRODID:-//hacksw/handcal//NONSGML v1.0//EN'.$eol);
echo('PRODID:-//KiWi-Calendar//NONSGML v1.0//EN'.$eol);
foreach($events as $event)
{
echo('BEGIN:VEVENT'.$eol);


Loading…
Cancel
Save