]> Raphaël G. Git Repositories - airbundle/commitdiff
Add todo about shared fields to drop
authorRaphaël Gertz <git@rapsys.eu>
Thu, 1 Feb 2024 03:42:04 +0000 (04:42 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 1 Feb 2024 03:42:04 +0000 (04:42 +0100)
Command/CalendarCommand.php

index 3951bb94fcdc8248525a6281a00678de9855f436..a61923f0a1b39a9f333b90b310dcef9e5b0401fa 100644 (file)
@@ -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']
                                        ];