fix ICS DTSTOP=>DTEND

This commit is contained in:
xdrm-brackets 2017-09-12 22:52:42 +02:00
parent 29de7e1d76
commit 6719ba1d13
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@
foreach($events as $start_t=>$stop_t){
$RAW .= "BEGIN:VEVENT\n";
$RAW .= "DTSTART:$start_t\n";
$RAW .= "DTSTOP:$stop_t\n";
$RAW .= "DTEND:$stop_t\n";
$RAW .= "SUMMARY:$type\n";
$RAW .= "END:VEVENT\n\n";
}