-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Scheduled List: Fix has-due? and has-start? #149
Comments
Sidenote: Whether EDS lands in Odin or not, in every case we want to remove |
@marbetschar at this point we're past the freeze in Ubuntu, so we'd have to backport it ourselves. It looks like we're currently on 3.36.4. My assumption would be that we wouldn't normally backport something like EDS because Canonical maintains security patches for what's in their repos, but @tintou would have more of an opinion on this |
iOS Reminders sets both properties (start and due), so I guess we are fine if we do the same. Then we can simply query for Although I don't know about other Task/Reminder Apps. I guess the most interesting part here would be to know how a broadly used one on Android behaves (I guess thats Tasks) to figure out if we are on the right track here. |
I would indeed avoid as much backport as we can as it would mean that we have to support it for 3 years ourselves… |
As EDS added support for
has-end?
,has-due?
andhas-duration?
in3.39.1+
, we should also fix our s-expression for the Scheduled List inMainWindow.vala
:According to RFC554, either dtstart or due can be set - so our s-expression should be changed to:
@danrabbit will Evolution Data Server
3.39.1+
eventually land in Odin?The text was updated successfully, but these errors were encountered: