-
Notifications
You must be signed in to change notification settings - Fork 163
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
The organizer's e-mail changes the @ to %40 #434
Comments
xCamacho91
changed the title
The organizer's email is changing the @ to %40
The organizer's e-mail changes the @ to %40
Jul 8, 2022
I also had this issue. It also happens with the new Attendees feature. The problem is the EmailAddress:toUri method which replaces the @ by %40. I temporarily "fixed" this by simply replacing %40 back to @ in my final output, but of course that's not ideal. Perhaps when I have more time I'll create a PR, although anyone else also could. |
This was referenced Sep 29, 2022
Closed
Merged
Thanks for raising this issue. This bug will be fixed in #479. |
markuspoerschke
added a commit
that referenced
this issue
Dec 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the organizer's email is set and after urlencode($this->emailAddress) it is turning the @ into %40, do you have any way around this?
The text was updated successfully, but these errors were encountered: