Maya
Maya
Hmm, I'm still seeing the same issue. Is some kind of a migration of existing calendars needed?
I'm not sure why this would make a difference - the issue I'm seeing results from using a python script to call the server which doesn't involve any local calendar...
Hi @titanism just bumping this up, thank you for your help!
Hi @titanism - following up. Thank you!
This script reliably reproduces the issue for me: ```python from datetime import datetime, timedelta import caldav def get_calendar(caldav_url, username, password): client = caldav.DAVClient(url=caldav_url, username=username, password=password) # Get the principal (main...
Hi @titanism! Just checking in, any updates? Thank you!
Hey @titanism ! Just wanted to check on this - thank you!
I'm still seeing an error when using my script. Here are my steps: 1. Create a fresh alias 2. Subscribe to the calendar using Thunderbird to get the full Caldav...
hmmm, need any help with the rewrite?
works for me, thank you so much! 🥳 I'll poke around carddav and see what I can figure out for a rewrite soon.