Uh oh!
There was an error while loading. Please reload this page.
Change CALDAV to allow calendars be shared with circles. - #6512
Conversation
mention-bot
commented
Sep 14, 2017
@viniciuscb, thanks for your PR! By analyzing the history of the files in this pull request, we identified @DeepDiver1975, @nickvergessen and @georgehrke to be potential reviewers. |
MariusBluem
commented
Sep 14, 2017
tcitworld
commented
Sep 15, 2017
See #5638 |
ArtificialOwl
commented
Sep 15, 2017
Thanks for the link @tcitworld :) @viniciuscb Unfortunately, my current work does not take full profit of Circles, as it is only working locally and not using the federated link; meaning you can't share to a remote nextcloud. If you want to dive into that work, we should arrange a talk somewhere (IRC, telegram, keybase) |
viniciuscb
commented
Sep 15, 2017
Hi @daita my implementation also does not take care of federated circles :-( Your implementation in #5638 is more complete. We didn't have to change caldav to create a share, only to display a share. Modifications in the calendar app (javascript) were enough to create a 'share to circle' in calendar. |
viniciuscb
commented
Sep 15, 2017
ArtificialOwl
commented
Oct 18, 2017
I will work on a calendar federated share 'later'. This works fine for local share. |
viniciuscb
commented
Oct 31, 2017
@daita please inform me if you need some help before the feature freeze on friday. |
MorrisJobke
commented
Dec 8, 2017
Moved to 14. |
MorrisJobke
commented
Mar 6, 2018
@daita Please have a look at this |
GoetheG
commented
May 19, 2018
Hey @daita, @viniciuscb, is this feature definitely coming in Nextcloud 14 or should we expect it earlier? Thank you very much for your contribution, guys! Yours |
MorrisJobke
commented
Jun 29, 2018
@danxuliu@daita@georgehrke What about this one? It's laying around for quite long already :/ |
ArtificialOwl
commented
Jun 29, 2018
let's close this, |
georgehrke
commented
Jun 29, 2018
Why close this? Shouldn't we implement this feature? Even if it's only for Nextcloud 15? |
Uh oh!
There was an error while loading. Please reload this page.
This works with nextcloud/circles#260 Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
georgehrke
commented
Mar 3, 2019
This is good to get in imho: to test:
|
This comment has been minimized.
This comment has been minimized.
MorrisJobke
commented
Mar 5, 2019
Let me fix the phan failures here. |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
MorrisJobke
commented
Mar 5, 2019
Let me also fix the dependency injection for the app manager into the |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
MorrisJobke
commented
Mar 12, 2019
I fixed them in the latest commit. Let's see what CI says. |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
We've developed a change in the CALENDAR app to allow sharing calendars with circles.
This proposed modification allows that a user can see calendars shared with circles that s/he belongs to.
The modifications in CALENDAR are in the pr:
nextcloud/calendar#602