Suggestion: Quick booking, without email confirmation
Closed this issue · 2 comments
lenamtl commented
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
laander commented
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?
lenamtl commented
Good to know, thanks.