-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCC commands for calendar shares #23509
Comments
As this sounds like a nice feature, the requests for this are quite low. Currently there a no plans to implement such a feature. Thus I will close this ticket for now. This does not mean we don't want this feature, but it is simply not on our roadmap for the near future. If somebody wants to implement this feature nevertheless we are happy to assist and help out. |
We manage several schools and would like to create a calendar for each one, to be shared read only with the students and read/write with the directors group for that school. Similar as groupfolders work, but for calendars. We maintain the students, teachers and directors groups daily. So the schools don´t need to worry about managing the access to theese resources. |
@Hexasoft would you be able to open a PR with your commands? Or would you be ok with me opening one and then adding your commit signoff to it as well? |
You are welcome to use my code in any way you want. I don't have much time and this is not a priority here at my office. Regards. |
This could really use some additional commands like listing Address books and also a new column in the output to show which type of access the share is - we added "unshare" to the sharing backend and that should show up somewhere so wrong info isn't assumed. |
Is your feature request related to a problem? Please describe.
At my office we perform some pre-config on accounts using OCC on our NextCloud server.
It is possible to create calendars for users using OCC, but not to create shares for these calendars.
Describe the solution you'd like
It would be nice to include the 3 following commands:
Describe alternatives you've considered
So far I do have coded these functions against the latest version (20.0.0). It works as expected on my local instance of NextCloud.
But:
I added the 3 commands files (mostly inspired by other existing commands in apps/dav/lib/Command/). Please let me know if it of any interest for the project and what I can do to participate the right way if needed.
commands.zip
The text was updated successfully, but these errors were encountered: