backdrop-contrib / fullcalendar_views

Views style plugin to render all sorts of date fields as event calendar with FullCalendar
https://backdropcms.org/project/fullcalendar_views
GNU General Public License v2.0
2 stars 4 forks source link

Allow additional sources, provide a views plugin for that #6

Closed indigoxela closed 2 years ago

indigoxela commented 2 years ago

Oh dear, a concept problem:

With the current approach (field mapping), only one date (field) type is possible per view. That seems like an unnecessary limitation. The same calendar should be able to show Date fields, recurring dates...

Needs a little rewrite, though.

Egmund commented 2 years ago

Yes, I was wondering about that. But 'only' using recurring-date field seems fine since that can be used for single events apparently

indigoxela commented 2 years ago

Thinking this over... allowing to add mixed date field types to the same view makes the code awkwardly complicated.

FullCalendar knows tricks, though - it can parse additional json feeds. Will look into that options, when time permits.

indigoxela commented 2 years ago

It's now possible to add additional json feeds (as urls), for instance created with views_json.

That's not really super-easy if not familiar with FC, but possible.

If time permits, I'd like to look into a possibility for a "feed-like" views plugin provided by this module or a submodule, to attach stuff in a more convenient way. But first of all let's see if people find fullcalendar_views useful, anyway. :wink: