ICalendar-duration #93
HenningCode
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi @HenningCode, thanks for wanting to contribute. RFC 5545 uses iso8601 durations. There are also other parsers for this, for instance iso8601, which we use here. What exactly would you like to implement? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to implement icalendar-duration and have a few questions in advance.
Why are durations always converted to seconds?
The package icalendar-duration has no possibility to create durations directly. It would always be necessary to use a string. One possibility would be to create your own struct and use icalendar-duration only as a parser.
What is your opinion on this?
Beta Was this translation helpful? Give feedback.
All reactions