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

camelCase rrule options #101

Open
yogurtandjam opened this issue Jun 25, 2019 · 0 comments
Open

camelCase rrule options #101

yogurtandjam opened this issue Jun 25, 2019 · 0 comments

Comments

@yogurtandjam
Copy link

Currently, there is no library that handles both parsing and writing of icals.

Fortunately this library follows almost identically the format required for https://github.com/sebbo2002/ical-generator

The only significant difference being ical-generator expects RRule option properties to be camelCased while in ical they are flat cased, which is interesting because within RRule, origOptions is camelCased.

The purpose of this is not to try to coerce this library, which does a great job btw, into following patterns of another library arbitrarily, but in the hopes that by following standard javascript casing styles we can bring further consistency across related libraries so they may be easily used together.

What do you think? I'd be more than willing to submit the PR myself

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

1 participant