-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement CalDAV-Managed Attachments (RFC 8607) #5001
Comments
The page you've linked to refers to DAVx5 <-> Android app compatibility, not DAVx5 <-> CalDAV Server compatibility. It's unclear from the release notes if DAVx5 has brought RFC 8607 support (see #4251 (comment) and #4251 (comment)). In any case, that's what Nextcloud currently misses, even though #4251 is available. cc @devvv4ever |
Currently we don't have support for Managed Attachments in DAVx5 either. It is however on our "This will definitely come to DAVx5"- to do list :) It was a bit post-poned since we now bundling forces to bring WebDAV (+CalDAV) Push to life first. This is our main goal for the next months. Attachment support will be on the list after the Push I think. We primarily want to support Managed Attachments, where the server is managing the file. This would be the best way I think and we will get in touch with Nextcloud people to possibly coordinate an implementation for this at maybe the same time as we implement it in DAVx5 so that it can get to people on Android without much delay. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Maybe it would make sense to add a link to the attached file in the description so on mobile the user can click on the link and open the attachment? |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
@devvv4ever Any news/ticket/timeline on that now? |
WebDAV Push is on a good way, and we'll probably start on support for attachments after this as our next "bigger" project. |
Sorry to bump but as the last update is about a year old. Is there any progress / precise timeline @devvv4ever ? |
Hi Everyone, Can anyone post a sample calendar event, that was created with DAVx and has an attachment? And I will investigate the possibility of making it work. |
No progress yet, we are still working on finalizing all WebDAV Push related things, which turned out to take longer than expected, sorry. And we have to rewrite large parts of DAVx5 under the hood, additionally. We have not forgotten attachments sync... Can't give any ETA when we can start this. |
@devvv4ever Alright no worries, thank you for the update! @SebastianKrupinski If I'm not mistaken, Nextcloud itself doesn't support CalDAV managed attachments as of now, right? Are there plans to implement that? So one can download and upload attachments using the native apple calendar app? Or am I missing something? |
It's unsure if Apple apps are compatible with RFC 8607, even though the RFC was drafted someone working there. |
@tcitworld Funny world. What does that mean regarding Nextcloud? |
Doesn't really change anything, it's still interesting but there's no hurry to have this in server if no client apps are compatible anyway. |
Well this is a yes and no answer. Yes we kind of do support attachments, at the moment only ics embedded attachments can be saved (by external clients) in the invite itself, but the UI will not recognize those attachments. No, we do not have a URL based way to add, remove and delete attachments as per RFC 8607. Example...
You can see the link in the attachment line. The client would then use this to download the attachment. Too be fair we kind of already do this with our attachment now, but we use a custom URL that only works internally. This could be converted to a proper URL but the issue would be how to control security of files for external users. |
Is your feature request related to a problem? Please describe.
Hey, i installed Calendar 4.3.0 (Manual Way) on my Nextcloud server, adding attachments to events through web interface works but when i want to add attachment through aCalendar+ which normally support attachments with davx5.
Attachments are added through aCalendar+ and are available on aCalendar+ but is not synced to nextcloud calendar (Event is synced).
Describe the solution you'd like
DAVx5 support to Extended event properties:
https://manual.davx5.com/integration.html#extended-event-properties
Could be possible to implement attachments synchronisation in this way through DAVx5?
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: