-
Notifications
You must be signed in to change notification settings - Fork 241
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
Only share the timeportion of a calender (aka blocked view) #4782
Comments
That is similar to #3185 but instead of a resource you want to view a user. I believe we had a ticket for that as well, yet I can't find it. |
I did not find one as well. Thank you for pointing that out. In #3185 they are explizitely mentioning a view as human viewable. I do see that more as a sharing option, which then can result in a human view. On the sharing API only the provided Information has to be reduced to hide the sensitive data, displaying only the time slots. |
Need it for the whole calendar, not per event. But yea this can be an intermediate workaround |
Judging from the many requests spread widely over different threads this seems to be a much sought-after feature as well as one that is not very likely to be added to Nextcloud very soon. Since I need the functionality myself, I have cobbled together a script that makes a shadow copy of an ("internal") calendar to a "external" (shadow) calendar with veiled summary so that it can be published e.g. to the web. This is no ideal solution by any means but it has provided useful so far. Feedback and suggestions welcome! |
This should be pretty easy. Wondering why no one picks this up. |
also someone did it in python to automate setting the option confidential to all events ... |
We also need this feature because if we share calendars with customers they only should see the time and date (busy status) and not the rest of an appointment. It would be the best if you can choose that all the appointments in the calendar are shown as busy(only time and date) if it is shared, so all problems would be fixed. |
You nailed it |
Any way the use case is there to have a busy non busy view, without the content of an appointment. i would even go further:
that should be a share setting. |
This comment was marked as spam.
This comment was marked as spam.
If someone is interested. I descibed a patch to get some of the behaviour mentioned here. Please reference nextcloud/server#11214 (comment) This patch should bring systemwide "Busy"-Slot for every "private" event from e.g. MS Outlook. This is for nextcloud instances that like to share all "fully private" timeslots as well. Together with an system- or calendarwise setting this might already be the feature you want here. |
As I'm going to create some events by an own software, is there any chance to set this option via the caldav interface? |
Makes no sense, if you want someone to see the details and other to not see the details. |
Right. But I'ld be the only one to see all details, so in this particular situation it would be sufficient. For a general purpose solution I agree to the above. |
Is your feature request related to a problem? Please describe.
As a user I want to share the times, where I have appointsments with someone else, but I do not want the thirdparty to know details like the location, notes, title, participants, etc..
Describe the solution you'd like
Additional sharing option, which allows to mask all information, except that the calender has an event in a given time period.
Describe alternatives you've considered
have a second calender which mirrors the events - is to much work - not sufficient
Additional context
No response
The text was updated successfully, but these errors were encountered: