[Plugin Update] Full Calendar

@Nicsi61

Thank you for the reply… Yes… When i checked yesterday for calendar’s current date range:center it is giving me 21Aug date.
So i thought it will automaticallly get intiated.
But when i was checking today, it won’t show current date.



So i’m having custom state on page for calenders value. On page load i set it to
calendar’s current date range:center and on change of calenders value i set to Calender’s current Day.


But i want it to set it to Current date and time for the first time.
Is it the correct way i’m following?

Is there an anticipated timeframe for making this plugin responsive? Now that the new responsive engine is out of beta, shouldn’t we see these updated?

Oh sweet! The full calendar plugin is acting responsive now. This is cool!

Is there a way to change the way that times are displayed on the Month view? E.g. right now they’re like “7p”, but I’d love to make it clear to my users like “7:00 pm”.

I saw on the plugin page that it was possible in the Languages settings, but this is possibly depreciated? Is there a workaround or alternative way?

To be specific, this is the API I’m looking to change: eventTimeFormat - Docs | FullCalendar

Hey,

The calendar element needs to load the events before showing the calendar element. So, loading can take many seconds when there are more than 2000 events.

But there is a very simple solution. Bubble can implement lazyFetching (lazyFetching - Docs | FullCalendar), which only fetches the necessary data, so the calendar displays almost instantly. Bubble also can implement a loading state (loading - Docs | FullCalendar).

Go ahead and upvote this idea. :slight_smile: :computer:

1 Like