I've been playing around with both the SDK and just using fetch() requests, the latter mainly because I can't find thorough documentation for the former. The SDK docs don't say much of anything and the generated API docs just give me clues. What's th...
This seems like a very basic question but search hasn't yielded me an answer.How do I set a field with spaces in the name using a fetch() request? const res = await fetch('https://api.airtable.com/v0/xyz/Estimates', {
method: 'POST',
hea...
This seems like a pretty basic operation and I'm sure it's been discussed however I haven't really found anything that looks "canonical", as it were. I simply want to add an event to a Google Calendar when a date is chosen in a field. I played around...
I'm putting together a website/CRM/internet stuff for a window cleaning business. I've looked at Jobber and it seems to offer everything we need but at $100+ per month it's pretty expensive. I tried kickserv which is about half the price for the feat...
Great, this looks like the most straight forward approach. The Airtable doc I found earlier before I posted this question said specifically that you can only sync from Google Calendar to Airtable, it must have been and old doc or I misunderstood.