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

Uncatachable exception "No toISOString function in exdate[name]" #144

Open
Apollon77 opened this issue Aug 11, 2021 · 4 comments
Open

Uncatachable exception "No toISOString function in exdate[name]" #144

Apollon77 opened this issue Aug 11, 2021 · 4 comments

Comments

@Apollon77
Copy link
Contributor

The error thrown in

throw new TypeError('No toISOString function in exdate[name]', exdate[name]);

is not catchable because anything is executed in a setImmediate before ... There is no way to catch that error

@marsmaennchen
Copy link

Any way to fix this?

@marsmaennchen
Copy link

Or is there any workaround to keep it working?

@sdetweil
Copy link
Contributor

can u tell if this is related to the misformatted TZ values (MS outlook... like EST5EDT or 'Customized Time Zone'

@sdetweil
Copy link
Contributor

see the workaround I had to add to our applicatrion for rrule returning junk dates
#172 (comment)

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

3 participants