Thomas Citharel
Thomas Citharel
Was giving a few thoughts to this issue recently. * Should the editor offer the possibility to pick an existing file? * When uploading a new file, should the editor...
The draft RFC that might come in handy: https://tools.ietf.org/id/draft-ietf-calext-caldav-attachments-03.html EDIT: It's now published as [RFC 8607](https://datatracker.ietf.org/doc/html/rfc8607)
> IMHO the "create a PR if you're so interested" card can only be played that many times... Let's do it one more time though. This is something everybody would...
Not directly related, but can you share the non-compliant vcomponent in question?
It's likely an issue with a previous end of line rather than a new component start. I'd say adding `OPTION_IGNORE_INVALID_LINES` to the parser (we already have `OPTION_FORGIVING`) would probably do...
If you have the time, you can play with the debugger and set a breakpoint [just before the exception](https://github.com/nextcloud/3rdparty/blob/master/sabre/vobject/lib/Parser/MimeDir.php#L162) to get the offending line.
We could use the `contactsinteraction` virtual addressbook by sending `ContactInteractedWithEvent` events when the attendees change.
Duplicate from #4446 ?
Needed for https://github.com/nextcloud/calendar/pull/4459 anyway
Hi, I don't think this makes sense as long as nothing in the Nextcloud ecosystem makes use of `VJOURNAL` and that it's not widely used anywhere at the moment. 3rd-party...