Unfortunately, many inputs don’t offer the “:converted to list” operator. I am currently trying to test this with a simple page where I can set the name and timezone via input elements and the start and end dates via datetimepickers.
The eventual use case would be:
Creating a new “Session” which has startdate, enddate, description, and name.
Creating an ICS for this session.
Sending a confirmation email for this session with ICS attached.
Here is a screenshot of what I get when trying to use the “results of step 1, create a new session”
I sort of got it working. It’s a bit limited due to the list requirement. I will look into using the JSON feature to have more control over the ICS parameters.
Yes, the reason for the JSON feature was to give you access to more parameters. Reason plugin is defaulted to consume lists was because bubble already has a workflow to accommodate emailing single calendar events
Got it! The issue with sending a meeting request via Bubble is that you can’t use a specific SendGrid template, only the one utilized by all app emails. This plugin offers the opportunity to attach an ics file to any SendGrid emails.
Hey not sure if to post here or in the parser but basically I can create a ics file using this plugin but on the parser end I can’t recieve the start and end date. I seam to get back the vevents but with blank start and end
Since formats can vary, there are other parser sources in the plugin. See instructions here and you can test out your link there to see which api call will work for your case: https://d39.bubble.is/site/equina-playground/ics_parser
Ultimately, you can also use the iCal to JSON function and then create your own workflows to interpret your ical file.
The ICS maker plugin used a local time with timezone ref and I hadn’t included that variant in the initial pre-made parser calls. I just updated the plugin to include that and you can test it in the playground app.
In order to capture different variants and allow you to pull other information from ics files and not rely on preset calls, I highly recommend using the ical to JSON plugin action and re-create the plugins preset calls to fit your needs and get full control. Here’s how you set that up:
Create a backend workflow and call is say, “icsparser”
Hi @muneer.hameer - this looks just what I need, I’m considering purchasing it.
Is it possible to add the DESCRIPTION and ORGANIZER fields to the plugin, please, as optional fields? I need to publish more information about each event into the calendar.
Thank you for the suggestion. However, it looks like it would be slightly easier to create the ics file directly, than to create the json and convert it with the plugin. Unless I’ve misunderstood some behind the scenes magic.
Your documentation is excellent by the way, a shining example.
I also found using :separated by (,) was another good way to turn an item into a ‘list’.
I had tried the JSON format, but it wasn’t playing nicely, especially trying to find exactly how to format data to get what I needed. There were a lot of hoops to jump, just to add a description - it would be super useful if just this option was added to the simpler action.
When uploading the ICS File to your domain, you’re usually able to use Website home URL in the (path) Your App Domain field which will add version-test in development sites, but not in live sites, this way you do not have to manually add version-test to your dev site and change it in the live site.
However, when using this, the plugin throws the following Workflow error - Unable to resolve DNS for https
If you go to the editor of that page, you can see the workflow tied to that button. It’s only there to show you the json format, which you can see in the editor workflow.