Calendar - Other Options

Could we also please have:

  • description

  • eventLimit

  • nowIndicator

Sorry! :slight_smile:

Awesome new feature.

An improvement I would like to see…

  • dynamic event colours for a source.
1 Like

@tesla

Have been trying to do this using dmx-bind: but doesn’t seem to work… Works fantastic for language though as a lot of users detest it when the browser sets the language automatically (we have had literally hundreds of complains about this when it was default in other projects, people hate it.).

Another great option would be tooltips for the events!

Just looking at our custom calendars and all the bells and whistles we added to them…

:slight_smile:

2 Likes

I didn’t find any description option in the docs, what exactly are you referring to?

Here you go @patrick It’s a non standard element but is supported within the eventRender process. A tool-tip would probably suffice… Both of which we have implemented many times (descriptions and tool-tips), sometimes together, sometimes alone.

https://fullcalendar.io/docs/eventRender

Description shown in the Showcase I shared a while back:

Yes I also need ability to visually customize items to show in calendar header and footer, adding additional custom element into the calendar, for example, in day view I’d like to show event time and non canonical elements like venue, note etc. I also like to hide the time on month view. Ability to adjust element and layout based on viewport will be great addition. So many wishes here… :innocent:

Can do this by containing the calendar within flexbox and assigning the responsiveness accordingly.

Another very useful option would be “List view” options like showed on this demo from phpjabbers:
http://demo.phpjabbers.com/index.php?demo=pec&front=1&lid=4

And: http://demo.phpjabbers.com/index.php?demo=pec&front=1&lid=3

:smile:

There are already list views available. Same as in the following example:
https://fullcalendar.io/docs/list-view-demo

Do you mean that it is implimented in Wappler? If so yes that is cool but very basic, what I mean is a list view showing the Date, title, short/long description/link for each event like the demo here: http://demo.phpjabbers.com/index.php?demo=pec&front=1&lid=4

This type of list view is very commun and useful in many situations so visitors get more info for each event. For example a web site about music event where you could put info such as the name of artistes,/groupes, the place and else.

Well, yes it is.
We provide whatever option the fullcalendar component offers. If you want to show additional info about any event you could just use a modal and show it on event click for example…

There is no exactly same layout and style available as the one on the link you shared. It’s a totally different product.

The topic started here requests features of fullcalendar which are missing from Wappler Event Calendar implementation.

Ok so using a modal on event click could be an interesting alternative, will check that.

Thank you Teodor!

Many new options have been added in the latest update - 2.7.1:

Event Calendar

  • Added many new options like: No Fixed Week Count, Event Order, Event Limit and Now Indicator
  • Added support for Bootstrap 4 tooltips for the events!
  • Allow view specific options to be defined per view!
  • Add support for Recurring events. Now you can add them as dynamic for calendar source or per event
  • Make all 67 languages available as choice in the calendar
  • Add more calendar properties like: Now indicator, event limit
  • Make Tooltips and settings available as dynamic attributes
  • Add more color settings per dynamic source
  • Make dynamic attributes for the locale setting
  • Added all views specific settings! huge amount of settings to customize your view layouts. Now you can choose the settings for each view in the views specific settings.
  • Now you can control things like view button texts, headers, show weekends ro specific days only, time range, list views and much more!
  • Set all recurring events after a toggle in the calendar source dynamic events
  • Added dynamic tooltips to all calendar sources! Now you can add different tooltips per calendar source
  • Add data schema for the calendar source picker - now you can pick all the event data for your tooltip
  • Add all dynamic data fields from the source selected in Event Source as dynamic data under event.extendedProps and available on the data picker

Please guys check them

3 Likes

Excited to see so many of these implemented! One I requested but don’t see in 2.7.1 is displayEventTime.

Another great thing would be external event dragging. https://fullcalendar.io/docs/external-dragging

For me, that would then completely replace my custom FullCalendar code.

Really, really excellent work guys! Thanks!!

2 Likes

Thank you @patrick

And @George and @Teodor of course!

:slight_smile:

Thanks, thanks, thanks @George, @patrick , @Teodor

Hi Teodor,
how is it possible to change the styles (particularly: button colors, font size of selected date range) of the core controls in the header of the calendar? I’m using the component with framework7.