Skip to main content
Documentation

Domain

Calendar capabilities

3 capabilities, all acting on a event. A reference to one from another domain is spelled event_id — never a bare id — and every one of those fields names the capability that produces it, so a model can chain calls without guessing.
CapabilityWhat it doesEffect
calendar.dayPOST /api/v1/calendar/dayList every scheduled event on the shop's board for one dayread-only
calendar.day_capacityPOST /api/v1/calendar/day_capacityCheck how many events each day holds against the shop's capsread-only
calendar.unscheduledPOST /api/v1/calendar/unscheduledList live jobs with no calendar event booked in yetread-only

← Every domain