Skip to content

Commit

Permalink
Add geographic position property to event
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspoerschke committed Apr 26, 2016
1 parent 14bed30 commit 7a3751f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Eluceo/iCal/Component/Event.php
Expand Up @@ -270,6 +270,7 @@ public function buildPropertyBag()
)
)
);
$propertyBag->set('GEO', $this->locationGeo);
}
}

Expand Down

0 comments on commit 7a3751f

Please sign in to comment.