Bumping yup to 1.2.0 in #243 causes the creation of events with unicode emails to fail unexpectedly. This is due to a regex change in yup which no longer accepts unicode characters in email addresses.
Code to Reproduce
This is a slight modification of the example code to include an attendee with a unicode email.
Bug Description
Bumping
yup
to 1.2.0 in #243 causes the creation of events with unicode emails to fail unexpectedly. This is due to a regex change inyup
which no longer accepts unicode characters in email addresses.Code to Reproduce
This is a slight modification of the example code to include an attendee with a unicode email.