Do not return subscriptions on findAllCalendars()#272
Conversation
|
/compile amend / |
cba880a to
5f2d76c
Compare
|
Hm, maybe I did something wrong, but on this branch nextcloud/tasks#942 and after Also, how does the Calendar app load subscriptions? Wouldn't this change also affect it? |
We set a special HTTP Header, so that the server returns Subscription as calendar collections. (so we can fetch cached events from the server) |
Let me check that right now |
|
For some mysterious reason, the server is reporting subscriptions as calendars, although it should report them as subscription: https://github.com/sabre-io/dav/blob/master/lib/CalDAV/Subscriptions/Plugin.php#L34 |
|
Ok, now this is embarrassing 🙈 |
Signed-off-by: Georg Ehrke <developer@georgehrke.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5f2d76c to
09207e0
Compare
|
This should obviously only be done in the calendar, not in cdav: |
|
@raimund-schluessler Please check again |
09207e0 to
e7d7354
Compare
…t it if they need it Signed-off-by: Georg Ehrke <developer@georgehrke.com>
e7d7354 to
5a729c9
Compare
Subscriptions don't show up anymore 👍 |
Signed-off-by: Georg Ehrke developer@georgehrke.com