Use DNS SRV records to get CalDAV information
Closed this issue · 3 comments
malini commented
Is your feature request related to a problem? Please describe.
Users have to find their own calendar urls right now, which is tedious and a different workflow for whatever service you're using, so instead of having the user provide their CalDAV urls, we should try to retrieve that information for them given the user's email address.
Describe the solution you'd like
Instead of having the user provide their CalDAV urls, we should try to retrieve that information for them given the user's email address.
MelissaAutumn commented
I'm tying this into the existing issue as its pretty easy.
MelissaAutumn commented
Part of ##718
MelissaAutumn commented
Solved! It's part of the autodiscovery flow now. Supports SRV lookup, and path TXT records.