Thomas Citharel
Thomas Citharel
It should just be about adding the description property in these two places: https://github.com/nextcloud/calendar-js/blob/c15736727eae56844b3c966ed4ae6a7f49eab042/src/components/root/abstractRecurringComponent.js#L769-L772 https://github.com/nextcloud/calendar-js/blob/c15736727eae56844b3c966ed4ae6a7f49eab042/src/components/root/abstractRecurringComponent.js#L786-L790 Apparently when the action is `AUDIO` the `DESCRIPTION` isn't required, so we need handling here...
Related to https://github.com/nextcloud/calendar/pull/4431 @st3iny ?
This has been backported to 4.0.1 (already released) and 3.5.x (not yet released).
I think we could allow up to two lines + title attribute in read-only mode. Opinions @nextcloud/designers?
Related to https://github.com/nextcloud/calendar/issues/1758
It's not installed *by default* if that's what you mean.
https://github.com/nextcloud/server/pull/32361 in NC25 should avoid this.
The setting to define the default calendar already exists (for [a while](https://github.com/nextcloud/server/pull/19852)) even through there's no user interface for it. For future invitations to go into the right calendar, you...
VueMultiselect placeholder option isn't filled with a translated value. We could also expose the property. Refs: https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/Multiselect/Multiselect.vue https://vue-multiselect.js.org/#sub-custom-configuration
What would be used as encryption key if we were to encrypt the local storage saved calendars ?