mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
Repeating tasks act strangely with tasks.org #460
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vikunja-bot on GitHub (Apr 1, 2025).
Original issue by SekoiaTree on 2023-11-22T14:24:39.000Z
Description
Repeating tasks set to repeating on Vikunja's end are parsed weirdly on tasks.org's end ("FREQ=SECONDLY;INTERVAL=86400", instead of just "Repeats daily"). When saved after opening on tasks.org, the repetition is deleted (presumably it's sent weirdly back and Vikunja doesn't parse it). Setting it on tasks.org's end... might work, might not. Hard to tell.
Vikunja Frontend Version
0.21.0
Vikunja API Version
0.21.0
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
No response
Original issue on Gitea
@kolaente commented on GitHub (Aug 3, 2025):
This is kind of an upstream issue and a Vikunja one at the same time:
86400seconds are one day. On the web frontend, we calculate that so that it matches.FREQ=DAYLY;INTERVAL=1- Vikunja does not support that.@kolaente commented on GitHub (Aug 3, 2025):
Closing in favor of https://github.com/go-vikunja/vikunja/issues/728