Skip to content

Draft: Recognize more services from location URLs

This merge request adds some maps services to the list of recognized services in location URLs.

Currently, I just added OpenStreetMap and Google Maps. I am wondering if I should add support for URIs such as "geo:43.66835,7.21763", with a generic name like "Maps". There are also a lot of link types for Google Maps, such as "www.google.com/maps" - should I also add them in?

It would probably make sense to customize the "Join" button in popovers, depending on the type of links (conference link or physical location link), because it looks a bit odd:

image

I am not sure how I should inform users of the function gcal_get_service_name_from_url, that a service is a map one or a conference one.

Merge request reports

Loading