google_calendar source

google_calendar.calendars

pass

Calendars on the authenticated user's calendar list

Start here to discover calendar IDs. Use `events_calendar_id` values

no filters captured 2026-09-01 12:56:14Zmedian 7105 ms
Verdict: TRUE

All variants returned rows on ≥2 of 3 trials, 0 errors.

rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal27090 ms7105 ms7121 ms[2, 2]0
list27163 ms7199 ms7236 ms[2, 2]0
primary27057 ms7112 ms7167 ms[2, 2]0
group-by27080 ms7246 ms7412 ms[2, 2]0
json-extract27016 ms7044 ms7073 ms[2, 2]0
aggregate27111 ms7244 ms7378 ms[2, 2]0
edge27016 ms7031 ms7047 ms[2, 2]0

Latency per trial

minimalmedian 7105ms
t17090mst27121ms
scale: 0–7121 ms
listmedian 7199ms
t17236mst27163ms
scale: 0–7236 ms
primarymedian 7112ms
t17057mst27167ms
scale: 0–7167 ms
group-bymedian 7246ms
t17412mst27080ms
scale: 0–7412 ms
json-extractmedian 7044ms
t17073mst27016ms
scale: 0–7073 ms
aggregatemedian 7244ms
t17378mst27111ms
scale: 0–7378 ms
edgemedian 7031ms
t17047mst27016ms
scale: 0–7047 ms

Probe variants — every command + output

minimal2 trials
min 7090ms · median 7105ms · max 7121ms · rows 2,2

smallest query

Command
SELECT id, summary, time_zone, primary FROM google_calendar.calendars LIMIT 1
Trials + output
trial 1·7090ms·rows 2isError=false
First row (click to expand JSON)
{
  "+--------------------------------------------------------+---------------------------+--------------+---------+": "+--------------------------------------------------------+---------------------------+--------------+---------+"
}
columns (1)
+--------------------------------------------------------+---------------------------+--------------+---------+
trial 2·7121ms·rows 2isError=false
First row (click to expand JSON)
{
  "+--------------------------------------------------------+---------------------------+--------------+---------+": "+--------------------------------------------------------+---------------------------+--------------+---------+"
}
columns (1)
+--------------------------------------------------------+---------------------------+--------------+---------+
list2 trials
min 7163ms · median 7199ms · max 7236ms · rows 2,2

all calendars

Command
SELECT id, summary, time_zone, primary, selected, hidden FROM google_calendar.calendars ORDER BY summary ASC LIMIT 25
Trials + output
trial 1·7236ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----------------------------------------------------------+---------------------------+--------------+---------+----------+--------+": "+----------------------------------------------------------+---------------------------+--------------+---------+----------+--------+"
}
columns (1)
+----------------------------------------------------------+---------------------------+--------------+---------+----------+--------+
trial 2·7163ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----------------------------------------------------------+---------------------------+--------------+---------+----------+--------+": "+----------------------------------------------------------+---------------------------+--------------+---------+----------+--------+"
}
columns (1)
+----------------------------------------------------------+---------------------------+--------------+---------+----------+--------+
primary2 trials
min 7057ms · median 7112ms · max 7167ms · rows 2,2

primary calendars

Command
SELECT id, summary, time_zone, access_role FROM google_calendar.calendars WHERE primary = true LIMIT 25
Trials + output
trial 1·7057ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----------------------+----------------------+--------------+-------------+": "+----------------------+----------------------+--------------+-------------+"
}
columns (1)
+----------------------+----------------------+--------------+-------------+
trial 2·7167ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----------------------+----------------------+--------------+-------------+": "+----------------------+----------------------+--------------+-------------+"
}
columns (1)
+----------------------+----------------------+--------------+-------------+
group-by2 trials
min 7080ms · median 7246ms · max 7412ms · rows 2,2

calendars by access role

Command
SELECT access_role, COUNT(*) AS n FROM google_calendar.calendars GROUP BY access_role ORDER BY n DESC
Trials + output
trial 1·7412ms·rows 2isError=false
First row (click to expand JSON)
{
  "+-------------+---+": "+-------------+---+"
}
columns (1)
+-------------+---+
trial 2·7080ms·rows 2isError=false
First row (click to expand JSON)
{
  "+-------------+---+": "+-------------+---+"
}
columns (1)
+-------------+---+
json-extract2 trials
min 7016ms · median 7044ms · max 7073ms · rows 2,2

typed JSON alongside calendar row

Command
SELECT id, summary, json_as_text(notification_settings, 'notifications') AS notifications FROM google_calendar.calendars LIMIT 5
Trials + output
trial 1·7073ms·rows 2isError=false
First row (click to expand JSON)
{
  "+--------------------------------------------------------+---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+": "+--------------------------------------------------------+---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+"
}
columns (1)
+--------------------------------------------------------+---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
trial 2·7016ms·rows 2isError=false
First row (click to expand JSON)
{
  "+--------------------------------------------------------+---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+": "+--------------------------------------------------------+---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+"
}
columns (1)
+--------------------------------------------------------+---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
aggregate2 trials
min 7111ms · median 7244ms · max 7378ms · rows 2,2

calendar totals

Command
SELECT COUNT(*) AS n, COUNT(DISTINCT time_zone) AS zones FROM google_calendar.calendars
Trials + output
trial 1·7378ms·rows 2isError=false
First row (click to expand JSON)
{
  "+---+-------+": "+---+-------+"
}
columns (1)
+---+-------+
trial 2·7111ms·rows 2isError=false
First row (click to expand JSON)
{
  "+---+-------+": "+---+-------+"
}
columns (1)
+---+-------+
edge2 trials
min 7016ms · median 7031ms · max 7047ms · rows 2,2

edge: larger limit

Command
SELECT id, summary, time_zone FROM google_calendar.calendars LIMIT 200
Trials + output
trial 1·7047ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----------------------------------------------------------+---------------------------+--------------+": "+----------------------------------------------------------+---------------------------+--------------+"
}
columns (1)
+----------------------------------------------------------+---------------------------+--------------+
trial 2·7016ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----------------------------------------------------------+---------------------------+--------------+": "+----------------------------------------------------------+---------------------------+--------------+"
}
columns (1)
+----------------------------------------------------------+---------------------------+--------------+

All returned rowsacross all non-errored trials · filterable · paginated

28 rows stored · 56 returned · page 1/2
-10+--------------------------------------------------------+---------------------…
01+--------------------------------------------------------+---------------------…
12+--------------------------------------------------------+---------------------…
23+--------------------------------------------------------+---------------------…
-14+----------------------------------------------------------+-------------------…
05+----------------------------------------------------------+-------------------…
16+----------------------------------------------------------+-------------------…
27+----------------------------------------------------------+-------------------…
-18+----------------------+----------------------+--------------+-------------+
09+----------------------+----------------------+--------------+-------------+
110+----------------------+----------------------+--------------+-------------+
211+----------------------+----------------------+--------------+-------------+
-112+-------------+---+
013+-------------+---+
114+-------------+---+
215+-------------+---+
-116+--------------------------------------------------------+---------------------…
017+--------------------------------------------------------+---------------------…
118+--------------------------------------------------------+---------------------…
219+--------------------------------------------------------+---------------------…
-120+---+-------+
021+---+-------+
122+---+-------+
223+---+-------+
-124+----------------------------------------------------------+-------------------…

Column profile

1 columns actually returned by coral. Catalog claims no required filters. Click a column to drill in.

#ColumnInferred typeNon-nullNullsSample value(s)
1+--------------------------------------------------------+---------------------------+--------------+---------+string424"+--------------------------------------------------------+--"

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt17090ms2ok+--------------------------------------------------------+---------------------------+--------------+---------+
minimalt27121ms2ok+--------------------------------------------------------+---------------------------+--------------+---------+
listt17236ms2ok+----------------------------------------------------------+---------------------------+--------------+---------+----------+--------+
listt27163ms2ok+----------------------------------------------------------+---------------------------+--------------+---------+----------+--------+
primaryt17057ms2ok+----------------------+----------------------+--------------+-------------+
primaryt27167ms2ok+----------------------+----------------------+--------------+-------------+
group-byt17412ms2ok+-------------+---+
group-byt27080ms2ok+-------------+---+
json-extractt17073ms2ok+--------------------------------------------------------+---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
json-extractt27016ms2ok+--------------------------------------------------------+---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
aggregatet17378ms2ok+---+-------+
aggregatet27111ms2ok+---+-------+
edget17047ms2ok+----------------------------------------------------------+---------------------------+--------------+
edget27016ms2ok+----------------------------------------------------------+---------------------------+--------------+

Catalog vs. response schemaclaimed guide vs columns coral actually returned

Catalog guide (verbatim)
Start here to discover calendar IDs. Use `events_calendar_id` values
Columns coral returned (1)
+--------------------------------------------------------+---------------------------+--------------+---------+
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-01T12:56:14Z
JSON record: reports/google_calendar/tables/calendars.json
first_run_at: 2026-09-01T12:56:14Z
last_retried_at: 2026-09-01T12:56:14Z
retry_count: 1
View version history →