DSM 7.0 Sync with Apple Reminders?

Currently reading
DSM 7.0 Sync with Apple Reminders?

35
2
NAS
DS1019+
Operating system
  1. Windows
Mobile operating system
  1. Android
Hello,

Has anyone been able to get Apple Reminders on macOS 12 to sync tasks/task lists with Synology Calendar? If so, could you share how?

I've added my Synology account to the macOS Internet Accounts, the calendar syncs just fine with the computer app, but in Reminders I can only see the account name without any task lists.

Thank you!
 
I rarely use Reminders so not something I'd noticed, and Synology accounts work on iOS Reminders.

In Big Sur I don't see the lists that I can see in iOS. So I've got the same issue as you (I can't use macOS 12). I'm sure it used to work when tasks/todos were in Mac's Calendar app.
 
on Macos Monterey Reminders also was not working with Synology calendar...

I've made investigation and found invalid nginx configuration for /.well-known/caldav url. It is very important url for Reminders

file: /var/packages/Calendar/target/etc/www/Calendar.mustache

you should comment or remove whole block (lines 45 - 53)

Code:
location ~ ^{{#alias}}/{{alias}}{{/alias}}/.well-known/caldav { 
...
}

and add following:

Code:
rewrite {{#alias}}/{{alias}}{{/alias}}/.well-known/caldav {{#alias}}/{{alias}}{{/alias}}/caldav.php/ last;

after this restart calendar package and be happy with Reminders

Explanation:

In original nginx configuration /.well-know/caldav proxing to https://$host:38443/caldav.php/
Problem is how $host is resolving .. to which ip? For many users DSM sitting behind router and $host is routers ip, as result proxing happens to unexpected destination.

I don't know how to give this knowledge to Synology Contacts package makers, maybe you can?
 
Last edited:
Finally it works again! Thank you!

I opened a ticket and reported it to synology support.
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

  • Question
If I enter an event on my Android phone, when it synchronizes over caldav to Synology Calendar the time...
Replies
0
Views
598
Is it possible to sync the calendar between 2 different NAS 218+ and 220+ I was able to do so with...
Replies
0
Views
834

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Back
Top