Diego
Diego
Something simple, just python lowercased search at task titles. think how to represent results, if to go to the month or what. Needs some proper definition.
JSON structure already supports [N,N] relations between users and calendars. Should also be trivial to add to the cookie a list of calendar names + ids to do a quick...
Right now you cannot create a task that repeats each year. Because of how the storage and backend is designed, this probably could be added on the "repetitive tasks" part,...
A possible enhancement is to setup a simple timer (a simple setinterval could do) to notify users (If they've gRanted consent/activated) with a simple alert() of tasks that have start...
make cookie http only, secure, etc. Everything that proceeds. Toggable via config so in development & tests can be disabled
Setup coverage to calculate it after running the tests (as in https://github.com/Kartones/finished-games)
WIP at branch https://github.com/Kartones/flask-calendar/tree/icalendar-exporter Support exporting events into `ICAL` format. Rough TODOs: - [x] Each calendar should be published to a private url based file, so can easily be consumed...