From 08c250657ee5743b63f30fe6668ef548079819b9 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Sun, 20 Jul 2025 13:38:57 +0200 Subject: [PATCH] well-known: add second apple user agent --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 4864671..64a7245 100644 --- a/src/app.rs +++ b/src/app.rs @@ -60,7 +60,7 @@ pub fn make_app( .route( "/.well-known/caldav", any(async |TypedHeader(ua): TypedHeader| { - if ua.as_str().contains("remindd") { + if ua.as_str().contains("remindd") || ua.as_str().contains("dataaccessd") { // remindd is an Apple Calendar User Agent // Even when explicitly configuring a principal URL in Apple Calendar Apple // will not respect that configuration but call /.well-known/caldav,