Once you install the Calendar module and create a new Calendar you will see this error in the calendar page:

Notice : Undefined index: id dans Drupal\views\Plugin\ViewsHandlerManager->getHandler() (ligne 104 de SITE/web/core/modules/views/src/Plugin/ViewsHandlerManager.php). => Array
(
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

adriancid created an issue. See original summary.

adriancid’s picture

Maybe this is not the best solution because the problem is that the index id doesn't exist, but with this patch the module Calendar will work fine. I have other views in my site and all works fine.

kittysunshine’s picture

For what it's worth, we had a similar problem with our Calendar and it ended up being a conflict with the Scheduler module. This Scheduler patch resolved our problem: https://www.drupal.org/node/2849490

adriancid’s picture

@kittysunshine I have too the Scheduler module in my site, I will make some test to see what happens.

cilefen’s picture

Project: Drupal core » Calendar
Version: 8.2.4 » 8.x-1.x-dev
Component: views.module » Code
rhuffstedtler’s picture

Title: Problem with Calendar module » Calendar module throws undefined index: id error

Updating the title to make it easier to find for other folks in the future

jonathan1055’s picture

Neslee Canil Pinto’s picture

Status: Needs review » Closed (cannot reproduce)