How can I subtract/add/multiple/etc… template variables? All of the addons I see don’t specifically show examples with template variables.
I tried something as simple as (with php in templates enabled):
<?php echo (int) "{event_start_date}" - (int) "{event_pre_event_duration}" ?>It just returns {event_start_date}.