You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addendum: Of course those entries persisted, they were not cleaned up by the cron job.
I now removed the birthday calendar and thought that the cron job should re-create it on its next run, but it does not seem to do so... Is there anything else I need to do to recreate the birthday calendar (with proper contents this time, of course...)?
GitMate.io thinks possibly related issues are #11305 (Deleting contacts not necessarily delets birthday-entries in birthday calendar), #4451 ("Delete Calendar" Issue), #10864 (Automatically delete old calendar events), #3003 (Disable birthday contacts calendar generation for user), and #1506 (Birthday events created while importing contacts should be deleted if addressbook containing the corresponding contact is deleted).
Not sure if this issue is assigned to the right component... Possibly it belongs to Contacts or Calendar app?
Steps to reproduce
Expected behaviour
The birthday calendar should have one entry for each contact.
Actual behaviour
The birthday calendar has three entries for each contact.
Server configuration
Operating system: Debian GNU/Linux Stretch
Web server: Apache 2.4
Database: MariaDB 10.1
PHP version: 7.0
Nextcloud version: 14.0.1
Updated from an older Nextcloud/ownCloud or fresh install: fresh install
Where did you install Nextcloud from: tar.gz
Signing status:
No errors have been found.
List of activated apps:
Enabled:
Disabled:
Nextcloud configuration:
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"nextcloud.ohrner.net"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "14.0.1.1",
"overwrite.cli.url": "https://nextcloud.ohrner.net",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"memcache.local": "\OC\Memcache\APCu",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 6379
},
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "PLAIN",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "25",
"mail_smtpsecure": "tls",
"updater.secret": "REMOVED SENSITIVE VALUE",
"maintenance": false,
"theme": "",
"loglevel": 2
}
}
Are you using external storage, if yes which one: local
Are you using encryption: no
Are you using an external user-backend, if yes which one: local users only
The text was updated successfully, but these errors were encountered: