Services Plugins FAQs

AirCalendar modified event problem

I have some issue with ‘AirCalendar event’s modified’, Somehow I can not access the event’s dataset when the event is modified.

// I didn’t use the native bubble database, all data source in AirCalendar was called from external database service call ‘Xano’ and I connect it with xanoconnector plugin. I checked the database that pulled from API and it look no issue to me, so I think I might set something wrong in AirCalendar or it’s a bug.

This is loom vdo link to show the issue :
https://www.loom.com/share/3add05bd2a0c4b6c943406cace374c62?sid=8dc7b265-6c1d-4e71-bf42-7db302e880e5

Thanks

Hello @fridayfailure ,
Thank you for reaching out to us. :slightly_smiling_face:

We have carefully checked your loom recording and our dev team concluded that this issue is not directly related to our plugin, but rather to the current way Xano interacts with Air Calendar.

We can offer you some suggestions that you might find helpful, If you want to modify the event in the calendar and see the reaction in Xano the logic will be the following :

You get data from Xano in the Calendar through the API call. Then you modify the event in the Calendar and should send an API call to Xano to change the data. Then call an action to get the data from Xano back to the calendar. In this case, the change will be seen in the Calendar
so that’s not a plugin case but rather the bubble logic.

There is an action available called ‘Re-render events’ that you can use to trigger updates in the calendar after making changes in the Xano database. This action effectively refreshes the events displayed.

Additionally, similar actions like ‘Reload Events’ and ‘Render’ are also available. You can use these to re-render the calendar if needed.

Please try these options to see if they meet your needs. If you have any further questions or need more assistance, feel free to reach out.
Have a nice day! :sunny:

Hi, thank you for looking into my issue. The problem is not rendering the calendar events but actually immediately after I modified events and what to trigger ‘event’s modified’ workflow

I cannot access any variable in event that I just modified. The problem is specific only ‘modified event’ but ‘current event’ state is fine

sorry if I not make my point very clear in the last loom VDO, so I made additional loom for you to look into : https://www.loom.com/share/daa9fa15aa6e4e05bb606d15a0509eff?sid=050b2a5b-43be-4b57-96a3-6836b3933936

thanks!

Hello @fridayfailure ,
Thank you for reaching out and sorry for the delayed reply over the weekend. :slightly_smiling_face:

Please note that while our Support Team is here to provide general assistance, we do not offer consultancy services.

As a workaround, you can try adjusting your workflow by adding a pause or by pulling all the data from Xano, saving it to the Bubble database, and then displaying the events from the Bubble database. You can then make changes to the current event.

If you need further assistance, I recommend seeking help from developers in the Help section on the Bubble forum.

Thank you for your understanding, and please let us know if you have any other questions.
Have a nice day! :sunny: