aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2017-02-20 18:16:05 +0100
committerDaniel Lange <DLange@git.local>2017-02-20 18:16:05 +0100
commit520576c0d254f1c2e3cd33cc63c5a877402828a3 (patch)
tree639a409d4b4fd755a077ecb807ef6a5815b1d746 /includes
parent335d3c5c9c0b24ff5e07cd1968236a8dbc4f2c70 (diff)
downloadphpicalendar-520576c0d254f1c2e3cd33cc63c5a877402828a3.tar.gz
phpicalendar-520576c0d254f1c2e3cd33cc63c5a877402828a3.tar.bz2
phpicalendar-520576c0d254f1c2e3cd33cc63c5a877402828a3.zip
Single event fix from Sourceforge #677
Diffstat (limited to 'includes')
-rw-r--r--includes/event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/event.php b/includes/event.php
index c5b2924..f70c533 100644
--- a/includes/event.php
+++ b/includes/event.php
@@ -100,7 +100,7 @@ UID:$uid
SUMMARY:".$event['event_text']."
CATEGORIES:".$event['calname']."
DTSTART;TZID=".$event['timezone'].":".date("Ymd\THis",$event['start_unixtime'])."
-DTEND;TZID=".$event['timezone'].":".date("Ymd\THis",$event['start_unixtime'])."
+DTEND;TZID=".$event['timezone'].":".date("Ymd\THis",$event['end_unixtime'])."
CLASS:".$event['class']."
".$event['other']."
SEQUENCE:1

© 2014-2024 Faster IT GmbH | imprint | privacy policy