Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Commit

Permalink
insert missing variables in event editor
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehrke committed Jul 6, 2015
1 parent d0b47a5 commit 0c4723a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ajax/event/edit.form.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
$dtstart = $vevent->DTSTART;
$dtend = OC_Calendar_Object::getDTEndFromVEvent($vevent);

$summary = $vevent->SUMMARY;
$location = $vevent->LOCATION;
$description = $vevent->DESCRIPTION;

// DATE
if ($dtstart->hasTime()) {
// UTC ?
Expand Down

0 comments on commit 0c4723a

Please sign in to comment.