Public Calendar not showing Events

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version: 23.02
Operating system and version: Ubuntu 18.04.6
Apache or nginx version : Apache 2.4.29
PHP version: 7.4
Calendar version: 3.2.0

The issue you are facing:
Calendar shared via a public link or using the embed code do not display any events.
I have tried different calendars, deleted them and tried a brand new calendar with only 1 event.

The public link loads a blank calendar with the spinning loading wheel in the sidebar.

Is this the first time you’ve seen this error? (Y/N): Yes

Steps to replicate it:

  1. Create a Calendar
  2. Create a Public Share Link

The output of your Nextcloud log in Admin > Logging:

Nothing relevant in the logs 

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => 'ocfexsglrzjv',
  'passwordsalt' => 'gSoQoaa3AbNWfs0Z8yJl2sWbmdShKD',
  'secret' => '9B1G1zD5gYbtbWYY+aMY0xE9iqImbNi9nx0KEMsQzVk4lNTe',
  'trusted_domains' => 
  array (
    0 => 'URL',
  ),
  'datadirectory' => '/var/www/nextcloud/data',
  'dbtype' => 'mysql',
  'version' => '23.0.2.1',
  'overwrite.cli.url' => 'https://URLHERE,
  'dbname' => 'hub_nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'hub_nextcloud',
  'dbpassword' => 'PASSWORD',
  'installed' => true,
  'default_locale' => 'en_GB',
  'default_phone_region' => 'GB',
  'htaccess.RewriteBase' => '/',
  'twofactor_enforced' => 'false',
  'skeletondirectory' => '',
  'twofactor_enforced_groups' => 
  array (
  ),
  'twofactor_enforced_excluded_groups' => 
  array (
  ),
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 2,
);

The output of your Apache/nginx/system log in /var/log/____:

nothing relevant in the log

Hi. Were you able to resolve the issue?