@Glen_King : This example piston (WebCore Backup Code 025Y) is date dynamic and would always fire off the day before any event in each year that is designated as a Holiday on the Google Holiday calendar. If you have another Google calendar, like the OSU Buckeyes Football, it could remind one of the game a day before that event. The example piston can monitor any Google calendar from the GCAL Search smartApp.
One can set it once for a specified Google event calendar, and WebCore would always execute the “If True” logic the day before a Holiday. One could set a global boolean variable to be True in the “If True” section when it runs and all other pistons executing daily could take action on the day before a Holiday. The global variable would be set to ‘false’ in the else section of the logic.