Skip to content
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

Integrate Webcal subscriptions #439

Open
4 tasks
rfc2822 opened this issue Oct 14, 2023 · 0 comments
Open
4 tasks

Integrate Webcal subscriptions #439

rfc2822 opened this issue Oct 14, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rfc2822
Copy link
Member

rfc2822 commented Oct 14, 2023

Currently Webcal subscriptions are only supported over ICSx⁵. However we want to support them directly in DAVx⁵ as a "Tool" in the Navigation Drawer.

It shall be possible to use the feature next to ICSx⁵, but later it shall replace ICSx⁵ completely.

Webcal subscriptions can be standalone (entered and managed over the Webcal subscriptions activity) or linked to a CalDAV collection (usually managed by the Webcal tab in a CalDAV account).

  • DB entity (standalone or be linked to collection_id) + DAO for Webcal subscriptions
  • AccountActivity / WebcalFragment: (un)subscribe to Webcal subscription
    • subscription asks whether to subscribe directly in DAVx⁵ or in an external app like ICSx⁵
    • checkbox whether a collection is synced should only check whether it's internally subscribed
    • unsubscription should also only work for internal subscriptions
  • WebcalSubscriptionsActivity
  • Webcal sync worker
    • should be enabled + called when there's a new subscription
    • should disable itself if there are no active subscriptions
@rfc2822 rfc2822 added the enhancement New feature or request label Oct 14, 2023
@rfc2822 rfc2822 self-assigned this Oct 16, 2023
@rfc2822 rfc2822 linked a pull request Oct 17, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant