Hi Brendan,
maybe you can put a feature on your list, with which the changes on dates will automatically sync to calendars / reminders (if one have created a calendar event or reminder for this date entry). As an example there is the (great) Tyme3 app, which has this feature…
It could also be a feature, which syncs all date entries with a fixed calendar (setting up in the field options).
Thanks
Chris
Hi Chris,
Thanks for the feature request.
You can probably do this now with the new Calendar and Reminders API I added to the Scripting engine. You can add an event to a calendar from a Script and store the event and reminder’s identifier in a field somewhere in Tap Forms and then at a later date, recall that identifier and modify the event or reminder.
See the updated docs for more details:
https://www.tapforms.com/help-mac/5.3/en/topic/javascript-api
The new functions are at the bottom of the page.
So you could have a script that monitors a date field in Tap Forms and adds or updates an event or reminder when that date field changes.
Thanks for the hint, Brendan. I’ll try that!