texxasrulez / calendar

GNU Affero General Public License v3.0
15 stars 14 forks source link

multiple users for the same caldav #11

Open M3catronix opened 4 years ago

M3catronix commented 4 years ago

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