Hi Raphael, all,
Is there a way ( or has anyone been able ) to integrate the booking calendar with iCal, .ics, etc (other calendar/event formats)? We have built a dashboard which is very useful for seeing the bookings for that day, and it would be great to have calendar features in the same place as our event/general mgmt calendars.
I’m imagining one machine per calendar, and it would be for staff use. It would be very useful to compare with the calendar that we plan our events on, and manage the use of the space with - For us this is Google Calendar and Outlook. That would be the most useful in our case anyway!
So I’ve got a proposal that could benefit all future fabmanagers like myself who want to synchronize bookings on Fabman with google calendars … How about someone creates a “worklfow” on this (open source and free zapier like) website : https://n8n.io/.
I’d be happy to do it once I find the help … I’ve got no idea how this works …
Hi Jean,
If you’re eligible for webhooks, you might be able to integrate in zapier using that feature…
I use https://webhookrelay.com/, and redirect to a server, which then connects to IFTTT, which then sends a nice formatted notification to my phone for each booking.
( Not for calendar events obviously, but the flow should be the similar, and allow adding and removing on receipt of the webhook. I haven’t figured it out, because I can never seem to get the Google side of it to work )
Btw, Raphael if it were possible to change the webhook key:value schema, you could do notifications directly to IFTTT which might benefit a lot of users. Maybe an option beside the current format.
Update: just rechecking why I haven’t got a notification recently, and I’ve hit a limit on webhookrelay.com`, free tier is more limited than expected. Was nice there for a few weeks.
thank you for the suggestion! I wanted to look into adding Zapier integration for a long time. It might be a good alternative to programming your own webhooks and help more people build their own workflows and automations. I wasn’t aware of n8n.io, but I’ll check it out as well.
I’ll let you know as soon as I know more.
@FabLabLimerick, sounds like you have an interesting solution there. Could you describe it in more detail?
I looked into supporting IFTTT some time ago, but their webhook module was really limited (at that time). You couldn’t tell IFTTT how to parse the payload and it supported only a very limited number of values in fixed positions (as you described). Therefore, the required payload for IFTTT totally depends on what you want to accomplish with your webhook and therefore requires different formats of values for every single use-case.
But I’ll re-evaluate IFTTT once we have a better understanding what other platforms like Zapier are capable of.
Hi Julien, so I’ve found out that Zapier wouldn’t be interesting because it’s way too expensive for the service provided.
We’re looking at open source self-hosted zapier : n8n.io for an easy and cheap way to do it … we can work around it so it’s not on our to do list …