I have Confluence 5.6.6 in my server and Team Calendar. I created my calendar and restricted permissions for it. After that any authorized user can't to add any events, but can to remove my calendar. Please help me. How to restrict access to delete/remove the Team Calendar in a space? How to fix it?
I removed the "remove" button with CSS to get around this.
#com-atlassian-confluence div.plugin-calendar .sub-calendar-panel .subcalendar-dropdown-menu .aui-dropdown li a.subcalendar-remove {
display:none;
}
the above removes "Remove" on all including the "My Calendars" page. This below targets only space calendar pages....
#com-atlassian-confluence div.spaceCalendars div.plugin-calendar .sub-calendar-panel .subcalendar-dropdown-menu .aui-dropdown li a.subcalendar-remove {
display:none;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can't believe there still isn't a way to restrict the deletion of a calendar.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Aleks,
I did all steps via this article https://confluence.atlassian.com/teamcal/restrict-a-calendar-660737259.html,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ruslan,
Have a look on this article https://confluence.atlassian.com/teamcal/restrict-a-calendar-660737259.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.