Tool to list external calendar sync configurations (e.g., Google Calendar, iCal). Use this to retrieve all external calendars with optional filtering and pagination. Supports PostgREST-style filtering for querying specific calendars by name, type, or organization.
idstringFilter by external calendar ID. Supports PostgREST operators (e.g., 'eq.uuid', 'in.(uuid1,uuid2)').
namestringFilter by calendar name. Supports PostgREST operators (e.g., 'like.*keyword*').
typestringFilter by calendar type. Supports PostgREST operators (e.g., 'eq.google', 'eq.ical').
limitintegerMaximum number of results to return (max: 1000).
orderstringSort results by specified column. Use format 'column_name.asc' or 'column_name.desc' (e.g., 'created_at.desc').
offsetintegerNumber of results to skip for pagination.
selectstringSpecifies which columns to retrieve. Use '*' for all columns or comma-separated column names (e.g., 'id,name,type').
created_atstringFilter by creation timestamp. Supports PostgREST operators (e.g., 'gte.2026-01-01T00:00:00Z').
updated_atstringFilter by last update timestamp. Supports PostgREST operators.
organization_idstringFilter by organization ID. Supports PostgREST operators (e.g., 'eq.uuid').
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.