Tool to list calendar event tasks with filtering and pagination. Use this to retrieve tasks associated with calendar events, optionally filtering by calendar event ID, completion status, due dates, or schedule type. Supports PostgREST-style filtering and pagination via limit/off…
idstringFilter by task ID. Supports PostgREST operators (e.g., 'eq.uuid', 'in.(uuid1,uuid2)').
labelstringFilter by task label. Supports PostgREST operators (e.g., 'like.*keyword*').
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').
due_atstringFilter by due date. Supports PostgREST operators (e.g., 'lte.2024-12-31T23:59:59Z').
offsetintegerNumber of results to skip for pagination.
selectstringSpecifies which columns to retrieve. Use '*' for all columns or comma-separated column names (e.g., 'id,label,due_at').
schedulestringFilter by schedule type. Supports PostgREST operators (e.g., 'eq.manual', 'in.(arrival,departure)').
created_atstringFilter by creation timestamp. Supports PostgREST operators.
updated_atstringFilter by last update timestamp. Supports PostgREST operators.
completed_atstringFilter by completion timestamp. Supports PostgREST operators (e.g., 'is.null', 'gte.2024-01-01T00:00:00Z').
product_task_idstringFilter by product task ID. Supports PostgREST operators.
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.