Are you looking to map a custom Salesforce field to a dynamic tag and enhance the customer experience while providing more context?
We can do it easily by pulling custom fields from your Salesforce and adding them to the calendar invites.
Instructions
Let's say that we have a field under the Contact object called "CPTest", and you need to add those details in the calendar invite whenever a contact books an event with one of your team members.
To do that, we can navigate to the Meeting Type that will be used to book those events and map the necessary fields like this: {!SF.Contact.CPTest}
Warning
We should rely on the Field Label and not the API Name, and even if the field is named on Salesforce with an uppercase case letter like "CPTest", we should only use the first letter with uppercase like "Cptest" as in the example below.
And you have another option to achieve the same by using the {!} Insert Dynamic Tag option: