Google calendar doesn't display EXTRAS
It seems it appears fine in emails but in Google calendar, it doesn't show.
You had the same issue with additional comments, you fixed that with a recent upgrade. But the same issue happens for the EXTRAS.
0
Comments
Hi Doucet,
Starting from Bookly PRO 3.6 you should use {participant.extras} instead of {extras} inside the {#each participants as participant}{/each} structure when you configure your GC event description. This was made to better display appointment details in GC for group bookings.
For further support requests, please use this link to submit a ticket https://support.booking-wp-plugin.com/hc/en-us/requests/new
This community forum is for general questions and user to user interactions only. We do not check questions on this forum regularly.
I do but still, doesn't appear for Google calendar. Once again your recent fix for the notes NOW works with the update, but it didn't before. I believe you have a similar issue with the EXTRA display. This is what I have
--
{service_info}
{#each participants as participant}
------------------------
Name: {participant.client_name}
Email: {participant.client_email}
Phone: {participant.client_phone}
Client Address: {participant.client_address}
------------------------
{service_name}: {service_price}
Extra: {participant.extras}
Total: {participant.total_price} plus tax
------------------------
Client Notes: {participant.appointment_notes}
{/each}
------
Hi Doucet, we checked the issue you're describing and it works fine on our end. If you want one of our agents to look into your matter, please submit a support request using this link https://support.booking-wp-plugin.com/hc/en-us/requests/new
Post is closed for comments.