X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/24000a012dc38237f7e5bf7f37bcd15fef519e1a..388e31d27d2e600c0dbc1a83ab32c110184426ee:/Command/CalendarCommand.php diff --git a/Command/CalendarCommand.php b/Command/CalendarCommand.php index 3951bb9..a61923f 100644 --- a/Command/CalendarCommand.php +++ b/Command/CalendarCommand.php @@ -281,6 +281,7 @@ class CalendarCommand extends Command { foreach($sessions as $sessionId => $session) { //Init shared properties //TODO: validate for constraints here ??? https://developers.google.com/calendar/api/guides/extended-properties + //TODO: drop shared as unused ??? $shared = [ 'gps' => $session['l_latitude'].','.$session['l_longitude'] ];