Feb 20, 2019 09:31 AM
I use Airtable in a very basic way. The only integration I have is via Zapier and emails. No formulas at this time. Is there a way to incorporate a calendar that will send a reminder. In my real estate business I will have certain dates that require attention in keeping the transaction on track. I’d like those dates to ding, ring, clang as reminders across email, on airtable, etc. This seems so elementary so surely I’m missing something?
Feb 20, 2019 11:50 AM
I’d suggest to create a View to Filter those records, and automate a reminder with Zapier or Integromat.
Feb 21, 2019 10:50 AM
How do I create a “View to Filter”?
Feb 21, 2019 11:22 AM
Hi Stacie, You can create a different view that filters out fields you don’t want to see. But I don’t think this is necessary for simple reminders. You will need a date field though for Zapier to look at. You could also create a formula field that says: “If the difference between today and the due date is within 30 days, then set the field to ‘Needs Review!’” Then a Zapier integration could watch records with the “Need Review!” tag and send you an email notification whenever it finds one.
Feb 21, 2019 11:26 AM
IF(DATETIMEDIFF(TODAY(), {Your Date Field}, 'days') <= 30, "Needs Review!", "Looks Good")
Feb 21, 2019 12:38 PM
Is it just me or is this a fairly complicated process? Why doesn’t Airtable just have a built in reminder/calendar?
Feb 21, 2019 02:50 PM
So you make the filter on Zapier? I think it’s cleaner with a View because you does not need the extra field (unless you have too few fields and too much views).
You have Calendar type for Views, but it has no reminders:
You can suscribe to the iCal link that the View offers, and then configure Reminders in your calendar app:
Mar 05, 2019 04:36 AM
Hey Stacie!
I specialize in workflow automation in real estate and can definitely help out with what you’re asking about here. Do you have 15 minutes to hop on a call so we can screen-share and I can walk you through this?
Feel free to shoot me an email at jesse@digitalfusion.io and we can set something up. :slightly_smiling_face:
Cheers!
Jesse
Sep 09, 2019 04:47 PM
A software that offers to do so much…but doesn’t offer a calendar reminder. WHAT A JOKE
Sep 17, 2019 07:51 PM
If we were talking about a calendar application, I would agree. However, we’re talking about a database, and calendar reminders are not (to my knowledge) commonly part of database software. While Airtable does have a calendar view, it’s not intended to act as, or replace, a fully-functional calendar application. To my knowledge, the devs have never even hinted at Airtable’s calendar acting as a replacement for a dedicated calendar app.