Allow relative startdates of repeating events #18
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Krautspace/calcifer#18
Loading…
Reference in a new issue
No description provided.
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?
It would be very nice to have relative startdates like 'First Tuesday of the Month'.
It should be checked if maybe the relative dateformats of php do the trick:
http://php.net/manual/de/datetime.formats.relative.php
I think it should be good for the currently used and needed repeat-schemes.
I have written an engine for myself to do that:
https://github.com/HackspaceJena/RelativeDateParser