I think that there is a bug on the latest calendar upgrade.

I have a view created "from Template" using "Content Field Calendar From date on Calendar"
and it was displaying events. Then I upgrade the calendar using drush (see below command)
and my calendar stop displaying the events for the month. I removed the latest Calendar and I
Installed the previous Calendar that I had and the events displayed again.
The date stamp in my previous Calendar module is 1462455154
The date stamp in the new Calendar module is 1466939052

drush up
Update information last refreshed: August 11, 2016 - 10:15am
 Name                   Installed       Proposed        Message          
                        Version         version                          
 Drupal                 8.1.1           8.1.8           SECURITY UPDATE  
                                                        available        
 Admin Toolbar          8.x-1.15        8.x-1.16        Update available 
 (admin_toolbar)                                                         
 <strong>Calendar (calendar)    8.x-1.x-dev     8.x-1.x-dev     Update available </strong>
 Devel (devel)          8.x-1.x-dev     8.x-1.0-alpha1  Update available 
 Diff (diff)            8.x-1.0-alpha2  8.x-1.0-alpha3  Update available 
 Feeds (feeds)          8.x-3.x-dev     8.x-3.x-dev     Update available 
 Google Analytics       8.x-2.0         8.x-2.1         SECURITY UPDATE  
 (google_analytics)                                     available        
 Libraries (libraries)  8.x-3.x-dev     8.x-3.x-dev     Update available 
 Migrate Manifest       8.x-1.3         8.x-1.4         Update available 
 (migrate_manifest)                                                      
 ShareThis (sharethis)  8.x-2.0-beta2   8.x-2.0-beta3   Update available 
 Token (token)          8.x-1.0-alpha2  8.x-1.0-beta1   Update available 

Thanks,

Néstor

Comments

quindio created an issue. See original summary.

ianb1469’s picture

Hi, just to confirm that I also have the same issue (I presume). Month, week and year calendars do not display - the entire page source produced by the a month calendar page is shown below - as you can see, it's missing the page template and any data.

I'm happy to help if there is anything I can test or do to diagnose.
Ian

<div class="contextual-region view view-calendar view-id-calendar view-display-id-page_month js-view-dom-id-05a33b43607ba98b12d3bbd2f60c0aa91c0936ac3925439a97b630f235192dca">
  
    <div data-contextual-id="entity.view.edit_form:view=calendar:location=page&amp;name=calendar&amp;display_id=page_month&amp;langcode=en"></div>
      <div class="view-header">
      <h3>August 2016</h3>
    <nav class="pager" role="navigation" aria-labelledby="pagination-heading">
        <h4 class="visually-hidden">Pagination</h4>
        <ul class="js-pager__items">
                            <li class="pager__item pager__item--previous">
                    <a href="/dr8/calendar/month/201607" title="Go to previous page" rel="prev">
                        <span>Previous</span>
                        <span aria-hidden="true">‹‹</span>
                    </a>
                </li>
                                                    <li class="pager__item pager__item--next">
                    <a href="/dr8/calendar/month/201609" title="Go to next page" rel="next">
                        <span>Next</span>
                        <span aria-hidden="true">››</span>
                    </a>
                </li>
                    </ul>
    </nav>


    </div>
      
      <div class="view-content">
      <div class="calendar-calendar"><div class="month-view">
<table class="full">
  <thead>
    <tr>
              <th class="days mon" id="Monday">
          Mon
        </th>
              <th class="days tue" id="Tuesday">
          Tue
        </th>
              <th class="days wed" id="Wednesday">
          Wed
        </th>
              <th class="days thu" id="Thursday">
          Thu
        </th>
              <th class="days fri" id="Friday">
          Fri
        </th>
              <th class="days sat" id="Saturday">
          Sat
        </th>
              <th class="days sun" id="Sunday">
          Sun
        </th>
          </tr>
  </thead>
  <tbody>
          <tr class="date-box" iehint="0">
  
<td
  id="calendar-2016-08-01-date-box"
  date-date="2016-08-01"
  data-day-of-month="1"
  headers="Sunday"
  class="date-box past"
  colspan="1"
  rowspan="1">
  <div class="inner">
ianb1469’s picture

I noticed that this started working briefly, then stopped again. Any ideas?
I'm on Drupal 8, updating packages and core as they come out.

ianb1469’s picture

This bug is still an issue (Drupal core 8.1.10, Calendar 8.x-1.x-dev (2016-Jun-26)).
I notice that clearing the caches fixes the issue temporarily. I don't know what triggers it though.
Ian

Neslee Canil Pinto’s picture

Status: Active » Closed (outdated)