Google Calendar integration for date availability #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Step 1 of the booking form shows a calendar where only dates the photographer is actually available can be selected.
Setup
GOOGLE_SERVICE_ACCOUNT_JSONandGOOGLE_CALENDAR_IDinapi/.envAPI endpoint
GET /api/availability?month=YYYY-MMfreebusyquery for the requested month["2026-07-12", "2026-07-14", ...]Frontend
/api/availabilityon load and on month changeAcceptance