Links broken in calendar file sent to attendees
-
I noticed all of the calendars being sent to recipients are missing their colons (:) in links.
For example, in location is has is:
https //www.domain/rsvpmaker/event
I tried simply commenting out (//) escape for : in rsvpmaker-ical.php$text = str_replace(':','\:',$text);
And it worked fine. No errors that I can find and the links now work. Perhaps it’s being escaped elsewhere?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Links broken in calendar file sent to attendees’ is closed to new replies.