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

EXDATE and DTSTART have to have the same format. Before saving an eve… #946

Merged

Conversation

DeepDiver1975
Copy link
Member

…nt EXDATE values are recomputed based on the format of DTSTART

…nt EXDATE values are recomputed based on the format of DTSTART
@coveralls
Copy link

Coverage Status

Coverage increased (+0.5%) to 53.393% when pulling cffd84e on bugfix/readjust-exdates-if-dtstart-format-changes into 2e78877 on master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage increased (+0.5%) to 53.393% when pulling cffd84e on bugfix/readjust-exdates-if-dtstart-format-changes into 2e78877 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.5%) to 53.393% when pulling cffd84e on bugfix/readjust-exdates-if-dtstart-format-changes into 2e78877 on master.

@@ -2050,4 +2050,90 @@ END:VEVENT`.split("\n").join("\r\n"));

expect(called).toEqual(true);
});

var using = function (values, func) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PVince81 this is some data provider code I was taking from the npm package jasmine-data-provider.
I could not get it to work properly ....
Is it worth putting this some there else? THX

@DeepDiver1975 DeepDiver1975 merged commit 61de196 into master Sep 17, 2018
@DeepDiver1975 DeepDiver1975 deleted the bugfix/readjust-exdates-if-dtstart-format-changes branch September 17, 2018 06:51
@DeepDiver1975 DeepDiver1975 mentioned this pull request Sep 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants