Bug - link not showing (#2333)
* Bug - link not showing * Added where location as link on emails * Location URL test fixes * URLs validator fixes Co-authored-by: Alan <alannnc@gmail.com> Co-authored-by: zomars <zomars@me.com>
This commit is contained in:
@@ -307,6 +307,11 @@ ${getRichDescription(this.calEvent)}
|
||||
providerName = location[0].toUpperCase() + location.slice(1);
|
||||
}
|
||||
|
||||
// If location its a url, probably we should be validating it with a custom library
|
||||
if (this.calEvent.location && /^https?:\/\//.test(this.calEvent.location)) {
|
||||
providerName = this.calEvent.location;
|
||||
}
|
||||
|
||||
if (this.calEvent.videoCallData) {
|
||||
const meetingId = this.calEvent.videoCallData.id;
|
||||
const meetingPassword = this.calEvent.videoCallData.password;
|
||||
|
||||
Reference in New Issue
Block a user