Skip to content

Commit

Permalink
RecurrenceRule should use Until to format properly
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Jun 18, 2024
1 parent 5e72944 commit 81bd1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toml-to-ical/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ struct RecurrenceRule {
/// Number of recurrences.
count: Option<Count>,
/// Date after which there will be no more recurrences.
until: Option<UtcDateTime>,
until: Option<Until>,
/// Seconds on which the event will recur.
by_second: Option<BySecond>,
/// Minutes on which the event will recur.
Expand Down

0 comments on commit 81bd1f5

Please sign in to comment.