Hello,
To be able to use the same caldav on multiple user accounts (shared calendar) I had to modify the script ./drivers/caldav/caldav_drivers.php to integrate a new test criteria:
line 170:
$ result = $ this-> rc-> db-> query ("SELECT * FROM". $ this-> db_calendars. "WHERE **user_id =". $ this-> rc-> user-> ID. "AND** caldav_url LIKE? ", str_replace ('@', '% 40', $ calendar ['href']));
Can you integrate it into your repository? it might interest other people
Best regards
Hello, To be able to use the same caldav on multiple user accounts (shared calendar) I had to modify the script ./drivers/caldav/caldav_drivers.php to integrate a new test criteria:
line 170:
$ result = $ this-> rc-> db-> query ("SELECT * FROM". $ this-> db_calendars. "WHERE **user_id =". $ this-> rc-> user-> ID. "AND** caldav_url LIKE? ", str_replace ('@', '% 40', $ calendar ['href']));
Can you integrate it into your repository? it might interest other people Best regards