GNOME Bugzilla – Bug 762693
Support detecting and adding CalDAV from an email address (RFC-6764)
Last modified: 2017-04-17 19:32:19 UTC
Where Calendar is now asking for a “Calendar Address”, it should instead ask for “Email or Calendar Address”. It’s easier for users to specify their email address than to figure out the CalDAV address for their calendar provider. If no email address is input, use the existing URL logic instead. These can exist side by side within the same input field by detecting the user input as either n email address or URL. Should be able to display an error message with “No CalDAV server detected for this email address.” Calendar servers can be located from an email address using DNS SRV records as described in RFC-6764. Take the domain from the email address and query for SRV records in _caldavs._tcp.example.com and _caldav._tcp.example.com. See attachment #1 [details] in bug #750564 for example gtk code doing these lookups. SRV records for CalDAV is provided by most of the popular calendar providers. See the table in https://www.slightfuture.com/technote/dns-srv-usage
Let's move this discussion to bug 781421. Thanks for your time. *** This bug has been marked as a duplicate of bug 781421 ***