iPhone 6s iOS 10.0.2 Calendar won't sync

Steps to reproduce

Install fresh copy of Owncloud with Calendar App
Configure server in the iPhone
Open Calendar app
http://imgur.com/a/1n03u <- Used this settings.

Expected behaviour

show any dates or labels.

Actual behaviour

shows nothing

Server configuration

  • Web server Apache

  • HTTP response code 403

  • content-encoding gzip

  • server Apache

  • transfer-encoding chunked

Only specs I can tell you, sorry.

ownCloud version: ownCloud 9.1.1 (stable)

Updated from an older ownCloud or fresh install: fresh install

Where did you install ownCloud from: downloaded from official site

Signing status (ownCloud 9.0 and above): No errors have been found.

List of activated apps: Contacts, Calendar, ToDo, Default encryption module

The content of config/config.php:

<?php
$CONFIG = array (
  'instanceid' => '******',
  'passwordsalt' => '******',
  'secret' => '******',
  'trusted_domains' => 
  array (
    0 => 'www.cloud.******.me',
    1 => 'cloud.******.me',
  ),
  'datadirectory' => '/homepages/3/******/htdocs/******/cloud/data',
  'overwrite.cli.url' => 'http://www.cloud.******.me',
  'dbtype' => 'mysql',
  'version' => '9.1.1.3',
  'dbname' => '******',
  'dbhost' => '******',
  'dbtableprefix' => 'oc_',
  'dbuser' => '******',
  'dbpassword' => '******',
  'logtimezone' => 'UTC',
  'installed' => true,
  'loglevel' => 0,
);

Hi,

HTTP response code 403

403 in this case means "not authorized" which has some common reasons:

  • You have used wrong credentials
  • You have special chars (umlauts) in your password which is not supported by WebDAV
  • You're using the wrong URL
  • Your webserver is broken

We have a FAQ for such issues (especially the last point is described there) available here: