From: Raphaƫl Gertz Date: Thu, 1 Feb 2024 03:42:04 +0000 (+0100) Subject: Add todo about shared fields to drop X-Git-Tag: 0.3.0~103 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/388e31d27d2e600c0dbc1a83ab32c110184426ee Add todo about shared fields to drop --- 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'] ];