Tool to list calendar events with filtering and pagination. Use this to retrieve events visible on the timeline (bookings, blocked periods, notes), optionally filtering by status, type, date ranges, or other criteria. Supports PostgREST-style filtering and pagination via limit/o…
idstringFilter by calendar event ID. Supports PostgREST operators (e.g., 'eq.uuid', 'in.(uuid1,uuid2)').
typestringFilter by event type. Supports PostgREST operators (e.g., 'eq.booking', 'in.(booking,note)').
limitintegerMaximum number of results to return (max: 1000).
orderstringSort results by specified column. Use format 'column_name.asc' or 'column_name.desc' (e.g., 'start_date.asc').
titlestringFilter by event title. Supports PostgREST operators (e.g., 'like.*keyword*').
offsetintegerNumber of results to skip for pagination.
selectstringSpecifies which columns to retrieve. Use '*' for all columns or comma-separated column names (e.g., 'id,title,status').
statusstringFilter by status. Supports PostgREST operators (e.g., 'eq.CONFIRMED', 'in.(CONFIRMED,TENTATIVE)').
end_datestringFilter by end date. Supports PostgREST operators (e.g., 'gte.2026-01-01', 'lte.2026-12-31').
booking_idstringFilter by booking ID. Supports PostgREST operators (e.g., 'eq.uuid', 'is.null').
created_atstringFilter by creation timestamp. Supports PostgREST operators (e.g., 'gte.2026-01-01T00:00:00Z').
product_idstringFilter by product (unit) 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.