- Issue created by @newmanweb
- Status changed to Postponed: needs info
6 months ago 11:18pm 30 May 2024 - 🇦🇺Australia mingsong 🇦🇺
What is the steps to reproduce this?
What is the settings? Start date field? Field type?Have a look at this article.
https://fivejars.com/blog/all-you-need-know-about-fullcalendar-view-module
- 🇧🇪Belgium Mav_fly
@Minsong I have more or less the same problem, and spend also already a lot of time on it.
I have installed bookable agenda and want to show the openings of the bookable calendar with fullcalender view.Step to reproduce :
1) I made a bookable calender "test calendar".
2) Make 2 openings for the calendar.
3) Than make a view of content "bookable calendar opening"
4) Configure the view like proposed see attachments
5) And last view the page of the view how shows an empty calendarConfiguration :
Drupal 10.2.4
fullcalendar_view : "5.x-dev@dev"I put some picture in attachments.
If you need more info don't hesitate
- 🇦🇺Australia mingsong 🇦🇺
Thanks @mav_fly for the information.
This module (fullcalendar_view) module only supports the field types from Drupal core.
I am not familiar with the Bookable Calendar module ( https://www.drupal.org/project/bookable_calendar → ) and don't know if it uses a different field type apart from core.
The supported field types out of box can be found in the following lines.
https://git.drupalcode.org/project/fullcalendar_view/-/blob/5.x/src/Full...
Other modules can provide additional field type support by implementing the 'fullcalendar_view_processor' plugin.
Details see
https://git.drupalcode.org/project/fullcalendar_view/-/blob/5.x/fullcale... - Status changed to Closed: won't fix
6 months ago 1:13am 3 June 2024 - 🇦🇺Australia mingsong 🇦🇺
I close this ticket for now as it is out of scope of this module.
This helped me realize that I was using Smart Recur, and it doesn't seem compatible with fullcalendar no matter how many settings I tried. So I switched to another module. Thanks anyway. Would be nice if down the road you all supported more options for sites needing recurring events. Not much available that is easy to set up.
- 🇧🇪Belgium Mav_fly
@Mingsong thanks for the feedback!. So if I well understand it's only a date field that can be displayed ?
And like newmanweb suggets it would be nice if fullcalender would also supports fullcalender.@newmanweb which modules did you now used to solve your problem ?
Calendar view and smart recur.
This tutorial got me what I needed. https://trainingcloud.io/blog/2023/04/drupal-8-9-10-setting-up-a-calenda...