Ben Bennett wrote: > No DT::F::ISO8601 (::?) is still a separate beast (which may get > called by DT::F::Complex). ISO8601 parsing is pretty much done except > for recurrences... I have some questions how to translate a > recurrence that has 5 instances 20 minutes apart but does not give a > start or end time. I may just do as I do elsewhere and use an > optional user provided time (and fall back to now()).
That would generate a DateTime::Duration::Set, but we don't have this class yet :) print DT::Format::ICal->duration_set( $dur_set ); # PT0M,PT20M,PT40M,PT60M,PT80M - Flavio S. Glock
