Hi everyone,
I’m setting up a Calendar Block in Softr, pulling data from Airtable. Everything is working except for the date fields—I keep getting an error saying the dates are incorrect.
What I’ve tried so far:
Made sure Airtable uses ISO format (YYYY-MM-DD HH:mm)
Enabled “Use the same time zone for all collaborators” in Airtable
Created a Formula field in Airtable to format the date:
plaintext
KopierRediger
DATETIME_FORMAT(SET_TIMEZONE({Start}, 'UTC'), 'YYYY-MM-DDTHH:mm:ss')
Even tried converting the date into a Text field instead of Date/Time
Checked that “Start Time” and “End Time” in Softr are mapped correctly
Issue:
Softr still says the event dates are incorrect. Even when I add an event directly from Softr, it still gives an error.
Does anyone know why this is happening or how to fix it? Any help would be greatly appreciated!
Thanks in advance!