šŸ“…[New Plugin] Air Calendar (FullCalendar)

Thank you. The Plugin Editor thread makes it seem that it’s out of beta, but I see that as recently as 24 days ago there’s still some discussion about height properties.

Personally, I have no idea what any of the plugin jargon means. I just wonder if the Bubble folks have simply overlooked some aspects of height properties for plugins.
@nick.carroll, Am I off base on this?

Hi @laurence, thanks for your reply.

Yes, we’ve encountered some issues with our plugins that we reworked for the new plugin responsive engine, reported them to the Bubble team, and now expect a solution to move forward.

Regards,
Zeroqode Support Team

@ZeroqodeSupport Your plugin is great!
But I’m not sure if the UI is all that customizable. See the UI below I’m trying to recreate (highlighted in yellow):
image

I can’t seem to find how to customize the column headers (ie, SAT 23 instead of Sat 7/23) and date format of each row label (ie, 2PM instead of 2:00pm).

Is this at all possible?

1 Like

Hi @maximvallee thanks for reaching out.

Regretfully, current plugin features don’t provide such customization. We will pass your request for developer team consideration, so they will see how feasible would be to add such a feature in future plugin updates. If any news appears in this regard, we will let you know asap.

Regards,
Zeroqode Support Team

@ZeroqodeSupport Thanks guys! I ended up injecting some js to remove thead from the calendar and replaced it with a custom header. Here’s a screenshot of the final result :slight_smile:
image

2 Likes

Hi @maximvallee, thanks for letting us know about the found solution.

Indeed, some visual elements can be customized through such code injections.

If there will be any other questions about our plugin, please drop a message here :wink:

Regards,
Zeroqode Support Team

Hey @ZeroqodeSupport team!

I had to roll back to a previous version of the calendar. There’s a weird glitch in the latest two versions that still shows sunday (but hides Saturday) when the show weekends option is toggled off. Possible to get a look at this?

Also, any progress towards dynamic event titles and colors? I’d love to be able to dynamically define them instead of having to store them as static text.

1 Like

Hi @avern87, thanks for your message.

Strange thing, with both weekend days unchecked it doesn’t show them in calendar


Please share (here or in DM) your plugin element setup options, so we would be able to replicate that on our side.


Regretfully, there is no news available in this regard. Once any changes about the plugin will occur, we will let you know asap within this thread :pray:

Looking forward to your reply.

Regards,
Zeroqode Support Team

I requested them to dismember the ā€œweekendā€ checkbox in two separated options (Saturday and Sunday). And they kindly did.

There is no more ā€œweekend checkboxā€. I think you are selecting ā€œSundayā€ and assuming that you are selecting ā€œWeekendā€. No?!

I would love it too! :pray:

Goodness! I’d almost rather it was a bug. That’s quite the purposeful breaking change if that’s what happened. It would mean they changed the weekends setting to sunday and just added a saturday option. :-/

@ZeroqodeSupport if @rpetribu is right, please consider proceeding with updates like these a little more gently. Throwing in a breaking change with no notice makes me feel uncomfortable applying your updates going forward.

I’ll give it a closer look to see if that’s what solves it…

I think they did it right. At least in all my apps… it was not a breaking change.

If you had the Weekend checkbox marked, the two new checkboxes (Saturday and Sunday) appeared checked. If not, they appeared unchecked.

They didn’t replace Weekend checkbox by the Sunday.

Just looked. The static settings in the element settings are preserved, but they changed the conditional setting to just saturday. So, my conditional to hide the weekends became hide Saturday. Breaking change. :-/ Would have been better to leave that as a hide both and introduce two new conditions to hide one or the other.

Hi @avern87,

This is noted. We announce all major updates within this thread and in plugin supporting documentation (changelog section), and will think about how else we can notify the users.

Please let us know if there is anything else that we can help with about our plugin :wink:

Regards,
Zeroqode Support Team

Just so I know for next time, was this the announcement of the feature change?

I think so!

Yes, this was the update announcement.

Regards,
Zeroqode Support Team

Looks great, @maximvallee!
I have a similar need to change the date shown in the header but I know nothing about injecting js.
Can you share some tips on how you did this?
Thanks

@ZeroqodeSupport I would love the ability to display a little dynamic information on each day of the calendar. I’d imagine people could use this to display the weather on a given day, but I would like to use it to summarize the amount of equipment currently scheduled for a given day. This is stored in the form of a number field on each of my events, so I’d need to be able to add a simple dynamic expression that searches for the day’s events and sums the total number by day. Any chance we could make this happen? A simple text field that allows a dynamic expession would do it for me.

Hi @avern87, thanks for your suggestion.

We’ve passed it to developer team consideration, so they will check how feasible would be to add it in future plugin updates. Once any feedback or progress will become available, we will let you know asap.
Thank you for understanding.

Regards,
Zeroqode Support Team