Skip to content
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

Shared Calendar Correct Updated Procedure? #1300

Open
sysadminpower2019 opened this issue Apr 23, 2023 · 2 comments
Open

Shared Calendar Correct Updated Procedure? #1300

sysadminpower2019 opened this issue Apr 23, 2023 · 2 comments

Comments

@sysadminpower2019
Copy link

Hello,

I'd like to create a shared calendar which allows user1 and user2 to read and write from a shared main calendar.
I have looked at several configuration options and it would seem there have been changes from previous versions.
I have seen that there are recommended changes in the rights file, I tested several of them with no results.
I also saw that the previous procedure involved symlinking two calendar files together.

What is the most up to date procedure? Do we still need to symlink the calendar files? It seems like a bit of a hack.

@pbiering
Copy link
Collaborator

I have such in use since years, based on using softlinks

Directory: /var/lib/radicale/collections/collection-root

user1
user2
groups

Directory: /var/lib/radicale/collections/collection-root/groups

group-1.ics
group-1.vcf
group-2.ics
group-2.vcf

Directory: /var/lib/radicale/collections/collection-root/user1

user1.ics
user1.vcf
group1.ics -> ../groups/group1.ics
group1.vcf -> ../groups/group2.vcf

You can control by softlink, which user should have access to which group calendar.

@tamaskan
Copy link

tamaskan commented Jun 1, 2023

Wouldn't it be easy to include the option to create symlinks in the web-ui ? Like "Share with User" and a Dropdown ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants