We have decided that DAVdroid will take up the Android design of one address book per account, thus also allowing to sync only one addressbook per account. If you need more address books, please create several accounts.
Display VEVENT Url property as text in description?
-
A VEVENT entry can have a URL associated with it. Unfortunately, the Android CalendarContract.Events has no URL property.
Because icsdroid’s events are read-only by design, icsdroid could maybe append the value from the URL to the description, so that the URL shows in android calendar apps (in the description box)?
(From my tests, some android magic will make the URL a clickable link again)
-
@kralo Thanks for this suggestion. This could also be used for DAVdroid.
-
Seems like the
URL
property is not used as a general-purpose field, but its purpose is:This property may be used to convey a location where a more dynamic rendition of the calendar information can be found.