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

Skip VALUE properties when using the default value #318

Closed
dilyanpalauzov opened this issue Feb 17, 2021 · 1 comment · Fixed by #450
Closed

Skip VALUE properties when using the default value #318

dilyanpalauzov opened this issue Feb 17, 2021 · 1 comment · Fixed by #450
Labels
hacktoberfest Issues for participation in the hacktoberfest https://hacktoberfest.com/ tested and needs fix This pull request tests code but needs a contribution to fix the test - TDD

Comments

@dilyanpalauzov
Copy link

As outlined at indico/indico#4783 when the iCalendar library is used to generate iCalendar data it includes the default VALUE property parameter. This increases the amount of exchanged data without having added value.

In the example, generated by iCalendar:

DTSTART;VALUE=DATE-TIME:20190616T050000Z
DTEND;VALUE=DATE-TIME:20190620T153000Z
DTSTAMP;VALUE=DATE-TIME:20210217T082500Z

;VALUE=DATE-TIME should be absent.

@niccokunzmann
Copy link
Member

@dilyanpalauzov , я писал три теста для этого в #450 и если вы хотите, можете составить PR и участвовать в Hacktoberfest.

I wrote three tests for this in #450 and if you like, you can create a pull request and participate in Hacktoberfest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Issues for participation in the hacktoberfest https://hacktoberfest.com/ tested and needs fix This pull request tests code but needs a contribution to fix the test - TDD
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants