Steps to reproduce
Install fresh copy of Owncloud with Calendar App
Configure server in the iPhone
Open Calendar app
Imgur: The magic of the Internet ← 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,
);