timekit-io/booking-js

Suggestion: Quick booking, without email confirmation

Closed this issue · 2 comments

Hi,

I don't know if it is already possible...
I need a quick booking without sending email confirmation to the client
No email field mandatory

Thanks

Hi @lenamtl
You can specify not to send invites/confirmation to the visitor booking the timeslot through the config:

timekitCreateEvent: {
  invite: false
}

The e-mail field is always required though. What would expect happen without an email set, in Google calendar? No participant added?

Good to know, thanks.