Google Calender Title
Hi everyone,
I am trying to have the Name of the client and the Service he booked shown in the title of my Google Calender.
Can someone please tell me how to get this right?
I am using Bookly Pro and the Bookly Advanced Google Calendar (Add-on)
Thanks so much
Many regards
Ralf
0
Comments
Hello Ralf,
Please make sure you're using placeholders inside the {#each participants as participant}{/each} block.
For example,
{#each participants as participant}
Name: {participant.client_name}
Email: {participant.client_email}
Phone: {participant.client_phone}
{participant.custom_fields}
{/each}
Available codes for the event title are
{service_name}, {category_name}, {staff_name} and {client_names}.
Hi,
Costumer side :
In costumer Google Caledar, ICS titles are showing the {service_name} which I find a bit "light".
I'd like my business name to appear before the service name so the costumer remember what is this "service name" is for (or from).
It's difficult for me to add my shop name in front of all services in the services cards because it will be to redundant and ridiculous.
Is their a way to do this ?
Thank You
Please sign in to leave a comment.