Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INTERVAL not included in to_ical method #72

Closed
masqita opened this issue Mar 7, 2012 · 1 comment
Closed

INTERVAL not included in to_ical method #72

masqita opened this issue Mar 7, 2012 · 1 comment

Comments

@masqita
Copy link
Contributor

masqita commented Mar 7, 2012

The Validations::DailyInterval, Validations::MonthlyInterval, … modules don't include the "INTERVAL" property in their build_ical method, simply ignoring it when building the iCalendar compliant rule.

IceCube::Rule.daily(3).count(5).to_ical

=> "FREQ=DAILY;COUNT=5"

Should be:

=> "FREQ=DAILY;COUNT=5;INTERVAL=3"

@seejohnrun
Copy link
Collaborator

Fixed and released as part of 0.7.9
Thanks for the report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants