Hi, any updates on when we will have this available for mobile? A calendar is key in my app,. already using it on desktop.
Thanks for following up!
Weāve already replied to your inquiry in the Calendar for Bubble Mobile thread with a few questions to help us investigate the issue further.
To keep everything in one place and avoid confusion, could you please continue the discussion there?
That way we can better track your case and provide you with the right support. ![]()
Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble

Hi sorry for the late response!
The device is a MacBook (2021) and the browser I have encountered this issue on are Chrome, Safari, and Firefox.
I have added you guys as a collaborator if you would like to take a look, and sent a DM with the exact page and test user to run as and how to encounter the issues!
@ZeroqodeSupport Iāve tested the Air Calendar (Full Calendar 6.1.15) plugin and found that itās not rendering at all. The browser console shows the following error:
The plugin Air Calendar (Full Calendar 6.1.15) / element AirCalendar threw the following error:
TypeError: Cannot read properties of null (reading 'match')
at v (PLUGIN_1553798969094x282191533018710000/Air-Calendar--Full-Calendar-6-1-15--update--AirCalendar-.js:3:15988)
at eval (PLUGIN_1553798969094x282191533018710000/Air-Calendar--Full-Calendar-6-1-15--update--AirCalendar-.js:3:20309)
(please report this to the plugin author)
Here are the details of my setup and testing steps:
-
I moved the plugin to a completely blank page ā no workflows, reloads, or other elements. The error still occurs.
-
To reproduce:
-
Add the Air Calendar plugin to a blank page.
-
Connect only the required fields.
-
Preview the page ā the calendar does not render, and the above error appears.
-
-
No workflows have been configured yet.
Thank you for your time and assistance.
Hi @simeontechguru ,
Thanks for posting here!
Just to let you know, weāve replied to your message via email with the details and next steps. Please check your inbox when you get a chance.
Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble

Hi,
I recently purchased this plugin using the one-time payment option. However, even after completing the payment, I still see the following disclaimer displayed in the bottom-left corner of the pluginās preview:
Could you please advise how I can remove or resolve this issue?
Thank you in advance for your help.
Thanks for reaching out and for your purchase.
Weāve checked the pluginās demo page and also confirmed with our dev team ā this specific error message isnāt replicating on our side, so weāll need a bit more information to investigate further.
Could you please let us know:
- Where exactly this error appears (e.g., preview, live, specific page)?
- Are there any additional messages shown in the browser console or Bubble debugger (like āFailed to load demo dataā or āError fetching demo dataā)?
- Could you also share how the plugin element is configured, and if youāre using any related actions or events in your workflows?
With this info, weāll be better able to help resolve the issue quickly. Looking forward to your reply!
Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble

Hello @ZeroqodeSupport Team.,
Iāve the same issue on a test-version of my new app.
The plugin Air Calendar (Full Calendar 6.1.15) / element AirCalendar threw the following error: TypeError: Cannot read properties of null (reading āmatchā) at v (PLUGIN_1553798969094x282191533018710000/Air-CalendarāFull-Calendar-6-1-15āupdateāAirCalendar-.js:3:15988) at eval (PLUGIN_1553798969094x282191533018710000/Air-CalendarāFull-Calendar-6-1-15āupdateāAirCalendar-.js:3:20309) (please report this to the plugin author)
Can we reach ?
Thanks
Hi @taprea
Thanks for reaching out and for flagging this issue ![]()
The error youāre seeing is most commonly related to the āSlot label intervalā not being set up in your Air Calendar configuration. Could you please check that field and make sure it has a value? This usually resolves the issue.
If that doesnāt help, please share a bit more detail about your setup ā specifically:
- The plugin version youāre currently using
- Your calendarās configuration (a screenshot would be great)
- A short screen recording of the issue in action, if possible
Once we have that info, weāll be able to replicate the behavior and provide a more precise fix.
Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble

Hi,
This plugin uses document.write in its header. This is deprecated in Chrome and causes the HTML parser to be blocked which affects page load times.
Please can you update the plugin header to load the src script normally?
In addition, this plugin does the same:
Hi @georgecollier,
Thanks a lot for flagging the document.write concern.
Weāll verify this on our side for both Air Calendar (Full Calendar 6.1.15) plugin, and adjust the header loading to follow best practices if we find any usage.
Really appreciate you taking the time to report it - it helps us keep things fast and clean.
If you have a page URL with ?debug_mode=true or a DevTools screenshot showing the warning, feel free to share - itāll speed up our check.
Regards,
Support Team
Browse all Zeroqode Plugins for Bubble

Hi there @georgecollier ![]()
Thanks again for the heads-up.
Our devs finished an audit of both Air Calendar (Full Calendar 6.1.15) and Recurring Date Scheduler and didnāt find any document.write usage in the headers - scripts are included via standard <script> tags.
To dig deeper, could you share a few details so we can reproduce exactly what youāre seeing?
Appreciate your help - this will let us pinpoint and fix anything we might be missing.
Regards,
Support Team
Browse all Zeroqode Plugins for Bubble

Facing an issue:
run.js:278 Element AirCalendar A - The plugin Air Calendar (Full Calendar 6.1.15) / element AirCalendar threw the following error: TypeError: moment.tz is not a function
at eval (PLUGIN_1553798969094x282191533018710000/Air-CalendarāFull-Calendar-6-1-15āupdateāAirCalendar-.js:3:4138)
Thats my console.
Updating past 2.129.0 is causing issues for me. The calendar has a big white block on top of it and does not load at all, I can tell by the current view date not populating.
Hi @parthapatel0723 ,
Thanks for reaching out. ![]()
It looks like thereās likely a conflict with another calendar plugin thatās also accessing the same moment.js/timezone library. When multiple plugins try to load or modify the same library, it can cause these kinds of issues where functions stop working as expected.
To confirm this is whatās happening, try reverting any other calendar plugins you have to their initial versions and see if the calendar starts rendering properly again. If it does, thatāll tell us itās definitely a plugin conflict we need to sort out.
Let us know how it goes!
Best,
Support Team
Browse all Zeroqode Plugins for Bubble

There isnāt another plugin serving moment.js. It seems to only be on AirCalendar after upgrading past 2.129.0. Why would that be?
Hi @parthapatel0723,
Thanks for the follow-up.
Weāve received similar reports and theyāve been related to other calendars accessing the same library. However, thereās another potential cause - if āslot durationā is not defined in your calendar settings, that could also trigger this error and prevent the calendar from rendering properly.
If thatās not the case, could you please share additional details regarding your setup? Alternatively, if itās convenient, you could add us as collaborators (support@zeroqode.com) so we can take a closer look at your implementation directly.
This will help us pinpoint the exact cause and get you sorted out quickly.
Best,
Support Team
Browse all Zeroqode Plugins for Bubble

@ZeroqodeSupport about reccuring event documentation illustratate a list of texts ofr days
on the demo page we have also this field but I donāt have it on my use :
last version 2,139. whatās wrong ?
Best
Mickael
Hi @almi.77.dev ,
Thank you for reaching out!
Could you please elaborate a bit more on what youāre experiencing? We want to make sure that we understand the issue correctly:
- Are you saying the āDaysā field is missing from your Air Calendar element settings, even though youāre on version 2.139.0?
- Or are you having trouble implementing the recurring events feature using the list of texts for days as shown in the documentation?
- Could you share a screenshot of what youāre seeing in your element settings or editor so we can compare it with what should be there?
This will help usidentify exactly whatās going wrong and provide you with the right solution.
Thanks!
Support Team
Browse all Zeroqode Plugins for Bubble

thanks for the reply, the second screenshot shows the the element on my app , as you can see the field is missinf (iāve checked it doesnāt appear somewhere else !)
(the first screen is from your doc)
No luck with that. Iāve added you as a collaborator.



