Replace Calendly?
KINDA Β· weekend projectA single-user booking page is easy; production-grade scheduling needs OAuth, availability rules, time zones, reminders, payments, team routing, and trust.
Build me a personal booking page like Calendly. Requirements: - A public /book page showing my available slots for the next 14 days; visitors pick one, enter name + email + note, and get a confirmation page. - Availability = weekly rules in a config file (e.g. MonβFri 10:00β17:00, 30-min slots, 15-min buffer between meetings, my timezone) minus existing bookings, rendered in the visitor's local timezone. - Google Calendar sync via OAuth (credentials in .env): busy events block slots, and confirmed bookings are created in my calendar with the visitor invited and a Google Meet link attached. Warn me in the README: this OAuth app setup is the fiddly part Β· budget an hour for the Google Cloud console alone. - Email confirmations to both sides via SMTP creds in .env. - Cancel/reschedule links with a signed token in the email. - SQLite storage, one Node process, no accounts, no framework lock-in.
$ open in your agent (prompt prefilled, you press enter) or copy it raw
They pay because double-booking or missed meeting invites is costly.
xpolished Google/Outlook OAuth kept working for you
xteam round-robin and routing
xSMS reminders
xthe integrations directory
What does the Calendly verdict mean?
The core job looks buildable, with meaningful gaps: polished Google/Outlook OAuth kept working for you, team round-robin and routing. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.
What price does this directory record show for Calendly?
The directory records $12/month for Standard, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.
What do I lose by replacing Calendly?
Honestly: polished Google/Outlook OAuth kept working for you; team round-robin and routing; SMS reminders; the integrations directory. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Calendly?
The listed prior art includes cal.com (open-source Calendly β self-host and skip the OAuth pain). Inspect those projects before starting from a blank prompt.