Timesync
Wired to Google Calendar

Book time on my calendar, without the back-and-forth.

Timesync shows my real availability and books the slot instantly — with a Google Meet link. Drop it into any app as a modal, or share the link.

your-timesync.app/book

Real-time availability

Pulls free/busy straight from Google Calendar, so you only ever see slots that are actually open.

Meet link, automatically

Every confirmed booking creates a calendar event with a Google Meet link and emails both sides.

Embed anywhere

One script tag turns any button into a booking modal — no redirect, no iframe wrangling.

Booked in three taps

1

Pick a day

The calendar greys out anything you're not free for.

2

Choose a time

Slots are shown in the visitor's own timezone.

3

Confirm

Name and email, and the event lands on your calendar.

Add it to your app in 30 seconds

Include the script once, then mark any element with data-timesync.

index.html
<script src="https://your-timesync.app/embed.js"></script>
<button data-timesync data-event-type="30min">
  Book a call
</button>