Skip to content

Mac OS Calendar app bug when edit events: changes are not being made, the event systematically returns to its original state #28140

@ArtKoKo

Description

@ArtKoKo

The bug appear on:

Mac OS Calendar Version 10.0 (2195.4.3) on Mac High Sierra (Mac OS 10.13.6)
Mac OS Calendar Version 11.0 (2245.5.3) on Mac Mojave (Mac OS 10.14.6)
Mac OS Calendar Version 11.0 (2811.4.5) on Mac Big Sur (Mac OS 11.4)

How to reproduce the bug:
Step 1: Create an event [STATE A] on the Mac OS Calendar app
Step 2: Modify immediately or quickly (change duration, move, change name or delete) [STATE B]
Step 3: Wait few seconds
BUG: changes are not being made, the event systematically returns to its original state [STATE A]

The CalendarAgent logs show this when the bug occurs:
CalendarAgent [com.apple.calendar.store.log.caldav.queue] [Failed to write event due to an HTTP 412 response (Precondition Failed). Will fetch the latest data for the event with local UID [82FA07FA-4E0D-4E27-AAB6-6970F3F301A0] and shared UID [97AD9C73-549D-4FAF-871F-6227BC4468A8].]

What prevents the bug from occurring:

Step 1: Create an event [STATE A]
Step 2: Manually refresh the Calendar app with [⌘R]
Step 3: Edit (change duration, move, change name or delete) [STATE B]
NO BUG: changes remain [STATE B]

This rarely prevents the bug from occurring:

Step 1: Create an event [STATE A]
Step 2: Wait a long time
Step 3: Modify (change duration, move, change name or delete) [STATE B]
NO BUG: changes remain [STATE B]

This bug never occurs on the app Calendar iOS (12 and 14) the modifications after the creation are well taken into account

Steps to reproduce

  1. Create an event [STATE A] on the Mac OS Calendar app
  2. Modify immediately or quickly (change duration, move, change name or delete) [STATE B]
  3. Wait few seconds

Expected behaviour

changes are being made [STATE B]

Actual behaviour

the event systematically returns to its original state [STATE A].

Server configuration

Operating system:
FreeBSD 12.1

Web server:
Apache/2.4.48 (Unix)

Database:
Mysql Ver 15.1 Distrib 10.5.10-MariaDB

PHP version:
PHP 8.0.6

Nextcloud version:
Nextcloud 21.0.3

Updated from an older Nextcloud:
Nextcloud 18-19-20

Where did you install Nextcloud from:
Webinstall own Server

Signing status:

Signing status
Login as admin user into your Nextcloud and access 
http://example.com/index.php/settings/integrity/failed 
No errors have been found.

List of activated apps:

App list
Enabled:
  - accessibility: 1.7.0
  - bruteforcesettings: 2.2.0
  - calendar: 2.3.1
  - cloud_federation_api: 1.4.0
  - comments: 1.11.0
  - contacts: 4.0.0
  - contactsinteraction: 1.2.0
  - dashboard: 7.1.0
  - dav: 1.17.1
  - deck: 1.4.3
  - federatedfilesharing: 1.11.0
  - federation: 1.11.0
  - files: 1.16.0
  - files_external: 1.12.0
  - files_pdfviewer: 2.1.0
  - files_rightclick: 1.0.0
  - files_sharing: 1.13.1
  - files_trashbin: 1.11.0
  - files_versions: 1.14.0
  - files_videoplayer: 1.10.0
  - firstrunwizard: 2.10.0
  - logreader: 2.6.0
  - lookup_server_connector: 1.9.0
  - mail: 1.10.1
  - nextcloud_announcements: 1.10.0
  - notes: 4.1.0
  - notifications: 2.9.0
  - oauth2: 1.9.0
  - password_policy: 1.11.0
  - photos: 1.3.0
  - privacy: 1.5.0
  - provisioning_api: 1.11.0
  - recommendations: 1.0.0
  - serverinfo: 1.11.0
  - settings: 1.3.0
  - sharebymail: 1.11.0
  - socialsharing_diaspora: 2.2.0
  - socialsharing_email: 2.2.0
  - socialsharing_facebook: 2.2.0
  - socialsharing_twitter: 2.2.0
  - support: 1.4.0
  - survey_client: 1.9.0
  - systemtags: 1.11.0
  - tasks: 0.14.0
  - text: 3.2.0
  - theming: 1.12.0
  - twofactor_backupcodes: 1.10.0
  - updatenotification: 1.11.0
  - user_status: 1.1.1
  - viewer: 1.5.0
  - weather_status: 1.1.0
  - workflowengine: 2.3.0
Disabled:
  - activity
  - admin_audit
  - encryption
  - maps
  - spreed
  - user_ldap

Nextcloud configuration:

Config report
{
    "system": {
        "maintenance": false,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "cloud.*******.com"
        ],
        "trashbin_retention_obligation": "30,31",
        "versions_retention_obligation": "15,16",
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "21.0.2.1",
        "overwrite.cli.url": "https:\/\/cloud.*******.com",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "theme": "",
        "filelocking.enabled": true,
        "memcache.local": "\\OC\\Memcache\\APCu",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0
        },
        "updater.release.channel": "stable",
        "mail_smtpmode": "smtp",
        "mail_smtpauthtype": "PLAIN",
        "mail_sendmailmode": "smtp",
        "mail_smtpauth": 1,
        "mail_smtpsecure": "tls",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "587",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpdebug": true,
        "default_language": "fr",
        "force_language": "fr",
        "default_locale": "fr_FR",
        "force_locale": "fr_FR",
        "loglevel": 0,
        "cron_log": true,
        "log_type": "file",
        "logfilemode": 416,
        "logdateformat": "F d, Y H:i:s",
        "logtimezone": "Europe\/Paris",
        "default_phone_region": "FR"
    }
}

Are you using external storage, if yes which one: local

Are you using encryption: yes

Are you using an external user-backend, if yes which one: no

Client configuration

Browser: Mozilla Firefox 89.0.2

Operating system:
From Mac OS High Sierra to Big Sur

Logs

Web server error log

Web server error log
[Sat Jul 24 00:04:00.272260 2021] [core:error] [pid 59403:tid 123145548222464] [client 78.202.xxx.xxx:55896] AH00082: an unknown filter was not added: includes
[Sat Jul 24 00:09:47.352584 2021] [authz_core:error] [pid 59403:tid 123145562710016] [client xxx.xxx.97.96:20845] AH01630: client denied by server configuration: /opt/Apache/Tools/nextcloud/config
[Sat Jul 24 00:10:02.124551 2021] [authz_core:error] [pid 59403:tid 123145555197952] [client xxx.xxx.44.69:56016] AH01630: client denied by server configuration: /opt/Apache/Tools/nextcloud/config
[Sat Jul 24 00:10:07.899548 2021] [authz_core:error] [pid 59403:tid 123145564856320] [client xxx.xxx.157.137:32227] AH01630: client denied by server configuration: /opt/Apache/Tools/nextcloud/config
[Sat Jul 24 00:10:18.394286 2021] [authz_core:error] [pid 59403:tid 123145563246592] [client xxx.xxx.97.96:17550] AH01630: client denied by server configuration: /opt/Apache/Tools/nextcloud/config
[Sat Jul 24 00:10:50.473220 2021] [authz_core:error] [pid 59403:tid 123145562173440] [client xxx.xxx.97.96:21117] AH01630: client denied by server configuration: /opt/Apache/Tools/nextcloud/config
[Sat Jul 24 00:11:05.368254 2021] [authz_core:error] [pid 59403:tid 123145564319744] [client xxx.xxx.44.69:56031] AH01630: client denied by server configuration: /opt/Apache/Tools/nextcloud/config
[Sat Jul 24 00:11:08.926535 2021] [authz_core:error] [pid 59403:tid 123145561636864] [client xxx.xxx.157.137:25250] AH01630: client denied by server configuration: /opt/Apache/Tools/nextcloud/config
[Sat Jul 24 00:11:22.432880 2021] [authz_core:error] [pid 59403:tid 123145564319744] [client xxx.xxx.97.96:19185] AH01630: client denied by server configuration: /opt/Apache/Tools/nextcloud/config
[Sat Jul 24 00:11:54.601636 2021] [authz_core:error] [pid 59403:tid 123145566466048] [client xxx.xxx.97.96:20429] AH01630: client denied by server configuration: /opt/Apache/Tools/nextcloud/config
[Sat Jul 24 00:12:05.240376 2021] [authz_core:error] [pid 59403:tid 123145561100288] [client xxx.xxx.44.69:56044] AH01630: client denied by server configuration: /opt/Apache/Tools/nextcloud/config
[Sat Jul 24 00:12:10.851603 2021] [authz_core:error] [pid 59403:tid 123145565392896] [client xxx.xxx.157.137:19858] AH01630: client denied by server configuration: /opt/Apache/Tools/nextcloud/config
[Sat Jul 24 00:12:26.373454 2021] [authz_core:error] [pid 59403:tid 123145565929472] [client xxx.xxx.97.96:22417] AH01630: client denied by server configuration: /opt/Apache/Tools/nextcloud/config
[Sat Jul 24 00:12:30.363683 2021] [authz_core:error] [pid 59403:tid 123145555734528] [client xxx.xxx.97.96:24958] AH01630: client denied by server configuration: /opt/Apache/Tools/nextcloud/config
[Sat Jul 24 00:12:40.802632 2021] [authz_core:error] [pid 59403:tid 123145557880832] [client xxx.xxx.157.137:18877] AH01630: client denied by server configuration: /opt/Apache/Tools/nextcloud/config
[Sat Jul 24 00:13:07.124229 2021] [authz_core:error] [pid 59403:tid 123145563783168] [client xxx.xxx.44.69:56072] AH01630: client denied by server configuration: /opt/Apache/Tools/nextcloud/config
[Sat Jul 24 00:13:27.044073 2021] [authz_core:error] [pid 59403:tid 123145560563712] [client xxx.xxx.44.69:56076] AH01630: client denied by server configuration: /opt/Apache/Tools/nextcloud/config

Nextcloud log (data/nextcloud.log)

Nextcloud log
{"reqId":"ImiKNajvXLv0tkLVN0fh","level":1,"time":"July 24, 2021 00:05:00","remoteAddr":"78.202.xxx.xxx","user":"--","app":"no app in context","method":"GET","url":"/index.php/csrftoken","message":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"calendar.view.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/opt/Apache/Tools/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/Route/CachingRouter.php","line":60,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/URLGenerator.php","line":85,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/NavigationManager.php","line":282,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/NavigationManager.php","line":108,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/apps/theming/lib/ThemingDefaults.php","line":184,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/public/Defaults.php","line":160,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/Template/JSConfigHelper.php","line":293,"function":"getShortFooter","class":"OCP\\Defaults","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/TemplateLayout.php","line":211,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/legacy/OC_Template.php","line":183,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/base.php","line":296,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/base.php","line":942,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/opt/Apache/Tools/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/opt/Apache/Tools/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15","version":"21.0.2.1"}
{"reqId":"s6coMZfmemSPxcA3fWWz","level":1,"time":"July 24, 2021 00:05:27","remoteAddr":"213.251.xxx.xxx","user":"--","app":"no app in context","method":"PUT","url":"/index.php/apps/user_status/heartbeat","message":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"calendar.view.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/opt/Apache/Tools/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/Route/CachingRouter.php","line":60,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/URLGenerator.php","line":85,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/NavigationManager.php","line":282,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/NavigationManager.php","line":108,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/apps/theming/lib/ThemingDefaults.php","line":184,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/public/Defaults.php","line":160,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/Template/JSConfigHelper.php","line":293,"function":"getShortFooter","class":"OCP\\Defaults","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/TemplateLayout.php","line":211,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/legacy/OC_Template.php","line":183,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/base.php","line":296,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/base.php","line":942,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/opt/Apache/Tools/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/opt/Apache/Tools/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:89.0) Gecko/20100101 Firefox/89.0","version":"21.0.2.1"}
{"reqId":"8EQK4LZFlZDcD8wD8Cys","level":1,"time":"July 24, 2021 00:09:01","remoteAddr":"78.202.xxx.xxx","user":"toto","app":"no app in context","method":"PUT","url":"/index.php/apps/user_status/heartbeat","message":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"calendar.view.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/opt/Apache/Tools/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/Route/CachingRouter.php","line":60,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/URLGenerator.php","line":85,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/NavigationManager.php","line":282,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/NavigationManager.php","line":108,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/apps/theming/lib/ThemingDefaults.php","line":184,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/public/Defaults.php","line":160,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/Template/JSConfigHelper.php","line":293,"function":"getShortFooter","class":"OCP\\Defaults","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/TemplateLayout.php","line":211,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/legacy/OC_Template.php","line":183,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/base.php","line":296,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/base.php","line":942,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/opt/Apache/Tools/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/opt/Apache/Tools/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15","version":"21.0.3.1"}
{"reqId":"u4MgIfUwsEHMe2udDleL","level":1,"time":"July 24, 2021 00:09:07","remoteAddr":"78.202.xxx.xxx","user":"toto","app":"no app in context","method":"PUT","url":"/index.php/apps/user_status/heartbeat","message":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"calendar.view.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/opt/Apache/Tools/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/Route/CachingRouter.php","line":60,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/URLGenerator.php","line":85,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/NavigationManager.php","line":282,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/NavigationManager.php","line":108,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/apps/theming/lib/ThemingDefaults.php","line":184,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/public/Defaults.php","line":160,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/Template/JSConfigHelper.php","line":293,"function":"getShortFooter","class":"OCP\\Defaults","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/TemplateLayout.php","line":211,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/legacy/OC_Template.php","line":183,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/base.php","line":296,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/opt/Apache/Tools/nextcloud/lib/base.php","line":942,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/opt/Apache/Tools/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/opt/Apache/Tools/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:89.0) Gecko/20100101 Firefox/89.0","version":"21.0.3.1"}

CalendarAgent log

CalendarAgent log
par défaut	00:44:51.910260+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [<<<<< 2021-07-24 00:44:51.910]
par défaut	00:44:51.910470+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [HTTP/1.1 412 (Precondition Failed)]
par défaut	00:44:51.910536+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Cache-Control: no-store, no-cache, must-revalidate]
par défaut	00:44:51.910572+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Connection: Upgrade, Keep-Alive]
par défaut	00:44:51.910602+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Content-Encoding: br]
par défaut	00:44:51.910631+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Content-Length: 175]
par défaut	00:44:51.910672+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Content-Security-Policy: default-src 'none';]
par défaut	00:44:51.910712+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Content-Type: application/xml; charset=utf-8]
par défaut	00:44:51.910743+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Date: Fri, 23 Jul 2021 22:44:48 GMT]
par défaut	00:44:51.910837+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Etag: "21508da0d2485a759fae2977e01455c8-br"]
par défaut	00:44:51.910876+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Expires: Thu, 19 Nov 1981 08:52:00 GMT]
par défaut	00:44:51.910904+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Keep-Alive: timeout=5, max=200]
par défaut	00:44:51.910967+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Pragma: no-cache]
par défaut	00:44:51.911001+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Referrer-Policy: no-referrer]
par défaut	00:44:51.911029+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Server: Apache]
par défaut	00:44:51.911169+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Set-Cookie: oc_sessionPassphrase=TnWZjnE1K6NCVBoCfdBRV0WYpvioa8aqhRnWbu%2F2O5Pt7OSYE14pu2RLF5Weiwy9JnlyAHAwjY%2BL5tx0U3EgW8Pc4jXWD%2Fh4aapIULbgyqYvzNFouZNeZTsrLtO9a0dZ; path=/; secure; HttpOnly; SameSite=Lax, __Host-nc_sameSiteCookielax=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=lax, __Host-nc_sameSiteCookiestrict=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=strict, ocxdlflbrgpc=9dmbe88j9t1k7m2rpdmgds6hb1; path=/; secure; HttpOnly; SameSite=Lax, cookie_test=test; expires=Fri, 23-Jul-2021 23:44:51 GMT; Max-Age=3600]
par défaut	00:44:51.911212+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Strict-Transport-Security: max-age=15552000; includeSubdomains;]
par défaut	00:44:51.911242+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Upgrade: h2,h2c]
par défaut	00:44:51.911267+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Vary: Accept-Encoding]
par défaut	00:44:51.911294+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [X-Content-Type-Options: nosniff]
par défaut	00:44:51.911320+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [X-Download-Options: noopen]
par défaut	00:44:51.911346+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [X-Frame-Options: SAMEORIGIN]
par défaut	00:44:51.911372+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [X-Permitted-Cross-Domain-Policies: none]
par défaut	00:44:51.911429+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [X-Robots-Tag: none]
par défaut	00:44:51.911474+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [X-XSS-Protection: 1; mode=block]
par défaut	00:44:51.911520+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] []
par défaut	00:44:51.911606+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [<<<<<]
par défaut	00:44:51.912162+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue] [Failed to write event due to an HTTP 412 response (Precondition Failed).  Will fetch the latest data for the event with local UID [82FA07FA-4E0D-4E27-AAB6-6970F3F301A0] and shared UID [97AD9C73-549D-4FAF-871F-6227BC4468A8].]
par défaut	00:44:51.916426+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Task 2075]
par défaut	00:44:51.916520+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [>>>>> 2021-07-24 00:44:51.916]
par défaut	00:44:51.916569+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [GET https://toto@cloud.domain.com/remote.php/dav/calendars/toto/personal/97AD9C73-549D-4FAF-871F-6227BC4468A8.ics]
par défaut	00:44:51.916822+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Content-Length: 0]
par défaut	00:44:51.917031+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [User-Agent: macOS/11.4 (20F71) CalendarAgent/954]
par défaut	00:44:51.917141+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] []
par défaut	00:44:51.917191+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] []
par défaut	00:44:51.917272+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [>>>>>]
par défaut	00:44:51.918117+0200	CalendarAgent	Task <5213B118-AC48-4B4B-B282-036EDC676997>.<0> {strength 0, tls 4, ct 0, sub 0, sig 1, ciphers 0, bundle 0, builtin 0}
par défaut	00:44:51.918401+0200	CalendarAgent	Task <5213B118-AC48-4B4B-B282-036EDC676997>.<0> now using Connection 990
par défaut	00:44:51.919115+0200	CalendarAgent	Task <5213B118-AC48-4B4B-B282-036EDC676997>.<0> sent request, body N 0
par défaut	00:44:55.009063+0200	CalendarAgent	Task <5213B118-AC48-4B4B-B282-036EDC676997>.<0> received response, status 200 content K
par défaut	00:44:55.009347+0200	CalendarAgent	Task <5213B118-AC48-4B4B-B282-036EDC676997>.<0> response ended
par défaut	00:44:55.009387+0200	CalendarAgent	Task <5213B118-AC48-4B4B-B282-036EDC676997>.<0> done using Connection 990
par défaut	00:44:55.009468+0200	CalendarAgent	Task <5213B118-AC48-4B4B-B282-036EDC676997>.<0> summary for task success {transaction_duration_ms=3091, response_status=200, connection=990, reused=1, request_start_ms=1, request_duration_ms=0, response_start_ms=3091, response_duration_ms=0, request_bytes=348, response_bytes=2137, cache_hit=0}
par défaut	00:44:55.009519+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Task 2075]
par défaut	00:44:55.009565+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [<<<<< 2021-07-24 00:44:55.009]
par défaut	00:44:55.009594+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [HTTP/1.1 200 (OK)]
par défaut	00:44:55.009624+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Cache-Control: no-store, no-cache, must-revalidate]
par défaut	00:44:55.009654+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Connection: Keep-Alive]
par défaut	00:44:55.009743+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Content-Disposition: attachment; filename*=UTF-8''97AD9C73-549D-4FAF-871F-6227BC4468A8.ics; filename="97AD9C73-549D-4FAF-871F-6227BC4468A8.ics"]
par défaut	00:44:55.009777+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Content-Encoding: br]
par défaut	00:44:55.009815+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Content-Length: 520]
par défaut	00:44:55.009843+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Content-Security-Policy: default-src 'none';]
par défaut	00:44:55.009901+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Content-Type: text/calendar; charset=utf-8; component=vevent]
par défaut	00:44:55.009934+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Date: Fri, 23 Jul 2021 22:44:51 GMT]
par défaut	00:44:55.009963+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Etag: "21508da0d2485a759fae2977e01455c8-br"]
par défaut	00:44:55.009990+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Expires: Thu, 19 Nov 1981 08:52:00 GMT]
par défaut	00:44:55.010016+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Keep-Alive: timeout=5, max=199]
par défaut	00:44:55.010044+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Last-Modified: Fri, 23 Jul 2021 22:44:37 GMT]
par défaut	00:44:55.010071+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [OC-ETag: "21508da0d2485a759fae2977e01455c8"]
par défaut	00:44:55.010098+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Pragma: no-cache]
par défaut	00:44:55.010124+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Referrer-Policy: no-referrer]
par défaut	00:44:55.010150+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Server: Apache]
par défaut	00:44:55.010205+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Set-Cookie: oc_sessionPassphrase=oXfVK%2BnRG1aQ0UFi%2B1JvX%2Bt5cM3z64AXqtz0tGhVH7b7lsHYH6oty4RsLvwGd5qrh1eaiWuDWWoS6fKhPB38zpP%2FcZ4%2FTWRnT5suaUFZMPt8PUpdgTHyW29VC%2FyrMwUl; path=/; secure; HttpOnly; SameSite=Lax, __Host-nc_sameSiteCookielax=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=lax, __Host-nc_sameSiteCookiestrict=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=strict, ocxdlflbrgpc=ccqrnopbpgr2n6874h1nqqelhm; path=/; secure; HttpOnly; SameSite=Lax, cookie_test=test; expires=Fri, 23-Jul-2021 23:44:54 GMT; Max-Age=3600]
par défaut	00:44:55.010236+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Strict-Transport-Security: max-age=15552000; includeSubdomains;]
par défaut	00:44:55.010287+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [Vary: Accept-Encoding]
par défaut	00:44:55.010332+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [X-Content-Type-Options: nosniff]
par défaut	00:44:55.010370+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [X-Download-Options: noopen]
par défaut	00:44:55.010421+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [X-Frame-Options: SAMEORIGIN]
par défaut	00:44:55.010478+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [X-Permitted-Cross-Domain-Policies: none]
par défaut	00:44:55.010523+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [X-Robots-Tag: none]
par défaut	00:44:55.010565+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [X-XSS-Protection: 1; mode=block]
par défaut	00:44:55.010612+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] []
par défaut	00:44:55.010668+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.http] [<<<<<]
par défaut	00:44:55.015352+0200	CalendarAgent	[com.apple.calendar.store.log.server] [RECEIVED -- BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
PRODID:-//Apple Inc.//macOS 11.4//EN
BEGIN:VTIMEZONE
TZID:Europe/Paris
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
DTSTART:19810329T020000
TZNAME:UTC+2
TZOFFSETTO:+0200
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
DTSTART:19961027T030000
TZNAME:UTC+1
TZOFFSETTO:+0100
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
UID:97AD9C73-549D-4FAF-871F-6227BC4468A8
TRANSP:OPAQUE
CREATED:20210723T224427Z
DTEND;TZID=Europe/Paris:20210723T154500
X-APPLE-TRAVEL-ADVISORY-BEHAVIOR:AUTOMATIC
SUMMARY:🎐a6c02bcf6ab84583
LAST-MODIFIED:20210723T224429Z
DTSTAMP:20210723T224429Z
DTSTART;TZID=Europe/Paris:20210723T110000
SEQUENCE:1
BEGIN:VALARM
UID:33942A03-31F5-451F-8110-3AC983882BDD
X-APPLE-DEFAULT-ALARM:TRUE
TRIGGER:-PT1H
ACTION:AUDIO
ATTACH;VALUE=URI:🎐fa9da66e872e37ce
X-WR-ALARMUID:33942A03-31F5-451F-8110-3AC983882BDD
END:VALARM
END:VEVENT
END:VCALENDAR
 
 (toto at /remote.php/dav/principals/users/toto/ -- https://cloud.domain.com)]
par défaut	00:44:55.023782+0200	CalendarAgent	Event's old start and end dates intersected the widget range
par défaut	00:44:55.023818+0200	CalendarAgent	Event was within widget range and has changed properties shown in the widget
par défaut	00:44:55.030275+0200	CalendarAgent	[com.apple.calendar.agentLink.log] [Starting operation: [CalendarFoundationWrapper, Action: [ScheduleAlarms], Object IDs: [(
    "x-coredata://3B8A4C11-C530-44F4-A61B-B206976E80AB/Alarm/p19386"
)], Updated preference value: [NO]].]
par défaut	00:44:55.030503+0200	CalendarAgent	Attempting to schedule 1 alarms
par défaut	00:44:55.030668+0200	CalendarAgent	[com.apple.calendar.agentLink.log] [Created new XPC connection]
par défaut	00:44:55.030443+0200	CalendarAgent	contextDidSave with changes that affect widget
par défaut	00:44:55.031014+0200	CalendarAgent	[com.apple.calendar.agentLink.log] [Operation added to connection: CalendarFoundationWrapper, Action: [ScheduleAlarms], Object IDs: [(
    "x-coredata://3B8A4C11-C530-44F4-A61B-B206976E80AB/Alarm/p19386"
)], Updated preference value: [NO]]
par défaut	00:44:55.031364+0200	CalendarAgent	Reloading widget timeline because of database change notification
par défaut	00:44:55.031709+0200	CalendarAgent	[com.apple.calendar.agentLink.log] [Operation removed from connection: CalendarFoundationWrapper, Action: [ScheduleAlarms], Object IDs: [(
    "x-coredata://3B8A4C11-C530-44F4-A61B-B206976E80AB/Alarm/p19386"
)], Updated preference value: [NO]]
par défaut	00:44:55.031300+0200	CalendarAgent	Attempting to _schedule 1 alarms
par défaut	00:44:55.032174+0200	CalendarAgent	[com.apple.calendar.agentLink.log] [Removed XPC connection, no remaining operations]
par défaut	00:44:55.032444+0200	CalendarAgent	Looking for old alarms to remove
par défaut	00:44:55.032675+0200	CalendarAgent	[com.apple.calendar.agentLink.log] [[CalAgentLinkUserNotificationOperation] operation finished: [0x10e38da40].  Total time in microseconds: [348] us.]
par défaut	00:44:55.033102+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue] [Removing operation: [<CalDAVWriteEntityQueueableOperation: 0x134ef20e0; Sequence: 424>]]
par défaut	00:44:55.033349+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue] [Deleting change request: [<CalManagedChangeRequest: 0x10c2ef840> (entity: ChangeRequest; id: 0xb694d20b97b3d9b0 <x-coredata://3B8A4C11-C530-44F4-A61B-B206976E80AB/ChangeRequest/p424>; data: <fault>)]]
par défaut	00:44:55.033579+0200	CalendarAgent	Current alarms are <private>
par défaut	00:44:55.033875+0200	CalendarAgent	Found 0 alarms to remove
par défaut	00:44:55.034168+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue.producer] [ ***** context WILL SAVE notification -[CalDAVChangeRequestsProducer managedObjectContextWillSave:] *****]
par défaut	00:44:55.034603+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue.producer] [No change requests were inserted]
par défaut	00:44:55.035495+0200	CalendarAgent	Attempting to schedule alarm x-coredata://3B8A4C11-C530-44F4-A61B-B206976E80AB/Alarm/p19386 for event <private>
par défaut	00:44:55.035758+0200	CalendarAgent	Event <private> is over
par défaut	00:44:55.035792+0200	CalendarAgent	Event is over
par défaut	00:44:55.035835+0200	CalendarAgent	Not scheduling alarm x-coredata://3B8A4C11-C530-44F4-A61B-B206976E80AB/Alarm/p19386 on date Fri Jul 23 10:00:00 2021 for event <private> because shouldFire is false
par défaut	00:44:55.035866+0200	CalendarAgent	Successfully scheduled 0 alarms
par défaut	00:44:55.036322+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue] [Removing dependent operations for: [<CalDAVWriteEntityQueueableOperation: 0x134ecba70; Sequence: 423>]]
par défaut	00:44:55.043658+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue] [Updating tags for operations dependent on <CalDAVWriteEntityQueueableOperation: 0x134ecba70; Sequence: 423>]
par défaut	00:44:55.043704+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue] [Stopping watchdog timer for <CalDAVWriteEntityQueueableOperation: 0x134ecba70; Sequence: 423>]
par défaut	00:44:55.043737+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue] [Finished Queueable Operation <CalDAVWriteEntityQueueableOperation: 0x134ecba70; Sequence: 423> -[CalDAVQueueableOperation finishOperation]]
par défaut	00:44:55.045068+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue] [[0:44:55.045] >>>> Operation END: CalDAVWriteEntityQueueableOperation (0x134ecba70); Time: 6.785 sec; Retries: 0; Error: NO]
par défaut	00:44:55.045120+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue] [ -[CalDAVOperationQueue completeOperation:]: Completing <CalDAVWriteEntityQueueableOperation: 0x134ecba70; Sequence: 423>]
par défaut	00:44:55.045151+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue] [Dequeuing operation: [<CalDAVWriteEntityQueueableOperation: 0x134ecba70; Sequence: 423>]]
par défaut	00:44:55.045183+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue] [Deleting change request: [<CalManagedChangeRequest: 0x10c76b0b0> (entity: ChangeRequest; id: 0xb694d20b9653d9b0 <x-coredata://3B8A4C11-C530-44F4-A61B-B206976E80AB/ChangeRequest/p423>; data: <fault>)]]
par défaut	00:44:55.046622+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue.producer] [ ***** context WILL SAVE notification -[CalDAVChangeRequestsProducer managedObjectContextWillSave:] *****]
par défaut	00:44:55.046674+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue.producer] [No change requests were inserted]
par défaut	00:44:55.047626+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue] [ Queue is: <CalDAVOperationQueue: 0x155854ab0>(
Operations:
Failed Operations:
Low Priority Operations:
)]
par défaut	00:44:55.047682+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue] [Just dequeued an operation.  Current queue state: [<CalDAVOperationQueue: 0x155854ab0>(
Operations:
Failed Operations:
Low Priority Operations:
)]]
par défaut	00:44:55.048939+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue] [Queue is beginning next operation with trace (
	0   CalendarPersistence                 0x00000001a1436e74 -[CalDAVOperationQueue beginNextOperation] + 188
	1   CalendarPersistence                 0x00000001a14350e0 -[CalDAVOperationQueue completeOperation:] + 956
	2   CalendarPersistence                 0x00000001a1441088 -[CalDAVQueueableOperation finishOperation] + 388
	3   CalendarPersistence                 0x00000001a1449fd8 -[CalDAVWriteEntityQueueableOperation finishOperation] + 376
	4   CalendarPersistence                 0x00000001a143bc00 -[CalDAVEntityQueueableOperation _cleanUpOperationAfterForceWithContext:] + 412
	5   CalendarPersistence                 0x00000001a143b9e0 -[CalDAVEntityQueueableOperation getTask:data:error:] + 1376
	6   CalendarPersistence                 0x00000001a1447b48 -[CalDAVWriteEntityQueueableOperation getTask:data:error:] + 188
	7   CoreDAV                             0x00000001a52b8bbc -[CoreDAVGetTask finishCoreDAVTaskWithError:] + 792
	8   CalDAV                              0x00000001a0ff5fc0 -[CalDAVGetCalendarItemTask finishCoreDAVTaskWithError:] + 484
	9   CoreDAV                             0x00000001a5280704 -[CoreDAVTask connectionDidFinishLoading:] + 4104
	10  CFNetwork                           0x0000000191da177c CFURLRequestSetHTTPCookieStorageAcceptPolicy + 7380
	11  CFNetwork                           0x0000000191da1684 CFURLRequestSetHTTPCookieStorageAcceptPolicy + 7132
	12  CFNetwork                           0x0000000191da15a0 CFURLRequestSetHTTPCookieStorageAcceptPolicy + 6904
	13  CFNetwork                           0x0000000191db33fc CFURLResponseSetRecommendedCachePolicy + 3960
	14  CFNetwork                           0x0000000191efe860 _CFNetworkErrorGetLocalizedDescription + 428692
	15  libdispatch.dylib                   0x000000018d7e7ec0 _dispatch_client_callout + 20
	16  libdispatch.dylib                   0x000000018d7eb9b0 _dispatch_block_invoke_direct + 268
	17  CFNetwork                           0x0000000191d7905c CFHTTPMessageGetTypeID + 76136
	18  CoreFoundation                      0x000000018da5745c CFArrayApplyFunction + 84
	19  CFNetwork                           0x0000000191d78f68 CFHTTPMessageGetTypeID + 75892
	20  CFNetwork                           0x0000000191d78e24 CFHTTPMessageGetTypeID + 75568
	21  CoreFoundation                      0x000000018da96ad4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
	22  CoreFoundation                      0x000000018da96a20 __CFRunLoopDoSource0 + 208
	23  CoreFoundation                      0x000000018da9670c __CFRunLoopDoSources0 + 268
	24  CoreFoundation                      0x000000018da95094 __CFRunLoopRun + 820
	25  CoreFoundation                      0x000000018da945e8 CFRunLoopRunSpecific + 600
	26  Foundation                          0x000000018e83d688 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232
	27  CalendarPersistence                 0x00000001a143f150 -[CalDAVQueueableOperationRunLoopPumper pumpRunLoopWithCompletedCheck:] + 168
	28  CalendarPersistence                 0x00000001a143faac -[CalDAVQueueableOperation performOperationSynchronously] + 156
	29  Foundation                          0x000000018e835cd0 __NSThread__start__ + 864
	30  libsystem_pthread.dylib             0x000000018d997878 _pthread_start + 320
	31  libsystem_pthread.dylib             0x000000018d9925e0 thread_start + 8
)]
par défaut	00:44:55.049091+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue] [There are no normal priority operations.  Checking low priority operations]
par défaut	00:44:55.049124+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue] [There are no more queueable operations to run.  Checking failed operations]
par défaut	00:44:55.049153+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue] [There are no operations in the queue]
par défaut	00:44:55.049181+0200	CalendarAgent	[com.apple.calendar.store.log.caldav.queue] [There are no more queueable operations to run.]
par défaut	00:45:00.147531+0200	CalendarAgent	Connection 990: read-side closed
par défaut	00:45:00.147588+0200	CalendarAgent	Connection 990: cleaning up
par défaut	00:45:00.147629+0200	CalendarAgent	[C990 EE2F8EA3-EF3D-4938-8EDB-4744328497DE Hostname#1c37ba90:443 tcp, url hash: 38c91990, tls] cancel
par défaut	00:45:00.147722+0200	CalendarAgent	[C990 EE2F8EA3-EF3D-4938-8EDB-4744328497DE Hostname#1c37ba90:443 tcp, url hash: 38c91990, tls] cancelled
	[C990.1 47BAEA12-5404-47DE-8A00-B9E90878624E 192.168.1.45:57066<->IPv4#c099366b:443]
	Connected Path: satisfied (Path is satisfied), viable, interface: en0, ipv4, ipv6, dns
	Duration: 11.881s, DNS @0.000s took 0.001s, TCP @0.001s took 0.004s, TLS 1.2 took 0.118s
	bytes in/out: 8319/2452, packets in/out: 8/5, rtt: 0.001s, retransmitted bytes: 0, out-of-order bytes: 0
par défaut	00:45:00.149070+0200	CalendarAgent	nw_flow_disconnected [C990.1 IPv4#c099366b:443 cancelled socket-flow ((null))] Output protocol disconnected
par défaut	00:45:00.149400+0200	CalendarAgent	nw_connection_report_state_with_handler_on_nw_queue [C990] reporting state cancelled
par défaut	00:45:00.149600+0200	CalendarAgent	Connection 990: done

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions