Problem/Motivation

I see two open issues for Recurr 2.x but now only 3.x is available https://www.drupal.org/project/date_recur

  1. Create a date_recur field
  2. Install fullcalendar module
  3. Create a view that uses fullcalendar display and add the date_recur field created in 1

You will see error
Error: Call to undefined method Drupal\date_recur\Plugin\Field\FieldType\DateRecurItem::getOccurrenceHandler() in Drupal\fullcalendar\Plugin\views\style\FullCalendar->prepareEvents() (line 365 of modules/contrib/fullcalendar/src/Plugin/views/style/FullCalendar.php).

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

NicholasS created an issue. See original summary.

socialnicheguru’s picture

this is a major issue for me too.

dcam’s picture

Version: 8.x-2.x-dev » 3.1.x-dev

I closed the other two issues because I doubt their patches are relevant anymore. This issue can start the effort to fix the problem with a clean slate.

darrick made their first commit to this issue’s fork.