Skip to content

utils: reworked uri splitting with help of libsoup

Günther Wagner requested to merge gwagner/gnome-calendar:master into master

Currently we split a URI string with a Regex which is error prone. As libsoup already provides a facility to parse a URI into its parts we should use this instead. Therefore our utility method is not necessary anymore.

Merge request reports