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

Finding no collections when trying to sync shared icloud calendar #1118

Open
martin-greentrax opened this issue Feb 12, 2024 · 0 comments
Open

Comments

@martin-greentrax
Copy link

  • Your vdirsyncer version
    0.19.2

  • Your Python version
    3.11.8

  • Your operating system
    Debian sid/trixie

  • Your config file

[pair foo]
a = "foo_local"
b = "foo_remote"
collections = ["from b"]
conflict_resolution = "b wins"

[storage foo_local]
type = "filesystem"
path = "~/.local/share/vdirsyncer_foo/"
fileext = ".ics"

[storage foo_remote]
read_only = true
type = "http"
url = "https://p152-caldav.icloud.com/published/2/O....8gG-zj8sR....AzRG-5B...KeF-q0THP....h13c"
vdirsyncer --verbosity=DEBUG -c ~/dot/vdirsyncer discover foo 
Discovering collections for pair foo
foo_local:
foo_remote:
Saved for foo: collections = []

I'm trying to sync one-way a shared icloud calendar to my pc but I don't get vdirsyncer to discover any collections, nor do I know what I could put into collections. No part nor the whole of the uids of the url work. Neither does "from b".
When I simply hit the url I get a large ics file.

Is my config wrong?

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

No branches or pull requests

1 participant