File: TODO

package info (click to toggle)
libdatetime-event-recurrence-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 228 kB
  • ctags: 17
  • sloc: perl: 1,705; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
TODO list for Perl module DateTime::Event::Recurrence

"ICAL FORMAT"

* tests with ICal format, using
  DateTime::Format::ICal->format_recurrence():
    wkst
    interval
    start date
    monthly, week + day (is it day-of-week or day-of-month?)

* it should not generate an ICal string 
  if it finds an invalid WKST or   # DONE
  if it specify nanoseconds or
  if there is a "start" value

* move class DateTime::Set::ICal to a separate file

OTHER

* add tests for error-messages

* move calculations to a DateTime::Util::* module

* add more tests with 'interval' > 1

* add more 'previous' tests

* find out how it behaves with mixed timezones and DST changes