From 388e31d27d2e600c0dbc1a83ab32c110184426ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 1 Feb 2024 04:42:04 +0100 Subject: [PATCH] Add todo about shared fields to drop --- Command/CalendarCommand.php | 1 + 1 file changed, 1 insertion(+) 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'] ]; -- 2.41.0