pimutils / pimutils/vdirsyncer
<p>The requested URL <code>/.well-known/caldav</code> was not found on this server
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 185
- Avg merge
- 11h 49m
- Merged PRs (30d)
- 1
Description
Hello,
vdirsyncer version 0.18.0
I'm trying to download google calendar event but I'm getting:
debug:
The requested URL /.well-known/caldav was not found on this server. That’s all we know.
error: Unknown error occurred: Not Found
error: Use -vdebug to see the full traceback.
configuration file relevant part
[pair google_calendars_to_local]
a = "my_calendars_local"
b = "google_calendar"
collections = ["from a", "from b"]
conflict_resolution = "b wins"
metadata = ["color"]
[storage google_calendar]
type = "google_calendar"
token_file = "~/.vdirsyncer/token"
client_id = "id................"
client_secret = "secret...................."
Any idea what I should look at?
Thanks!
R.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The report only identifies the google_calendar storage configuration and the failing /.well-known/caldav request; it names no source file, test, or implementation entry point. Begin by tracing the google_calendar storage's discovery request and reproducing the error, then establish whether the expected result is a code fix or updated configuration guidance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100