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

[Bug]: Does not support google calendar organizer emails #625

Closed
brenjt opened this issue Sep 10, 2024 · 1 comment
Closed

[Bug]: Does not support google calendar organizer emails #625

brenjt opened this issue Sep 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@brenjt
Copy link
Contributor

brenjt commented Sep 10, 2024

What happened?

Cannot use custom google calendars as organizer. Additional Google Calendar emails are long and look like this:
c_6745f58b4d80d12c7d81b98ba112eec40ea99c21f24b27ba8c56d302bba0255c@group.calendar.google.com. These types of emails do not validate because they are longer than the arbitrary 80 character limit here whereas these emails are 92.

if (attendeeParts.length !== 2 || attendeeParts[0].length > 50 || attendeeParts[1].length > 80 || !atcb_validEmail(attendeeParts[1])) {

How to reproduce?

No response

Screenshots & more

No response

System & Environment

Version Number: 2.6.19

@jekuer
Copy link
Collaborator

jekuer commented Sep 13, 2024

Reasonable. Thank you.
Already merged, but need to put it into the next package/version.

@brenjt brenjt closed this as completed Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants