mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
feat(calendar): Can now create Jitsi link when making event
This commit is contained in:
@@ -313,6 +313,12 @@
|
||||
focus('attachUrl_' + i);
|
||||
};
|
||||
|
||||
this.addJitsiUrl = function () {
|
||||
var jitsiUrl = "https://meet.jit.si/SOGo_meeting/" + crypto.randomUUID();
|
||||
var i = this.component.addAttachUrl(jitsiUrl);
|
||||
focus('attachUrl_' + i);
|
||||
};
|
||||
|
||||
this.toggleRecurrenceEditor = function () {
|
||||
this.showRecurrenceEditor = !this.showRecurrenceEditor;
|
||||
this.component.$hasCustomRepeat = this.showRecurrenceEditor;
|
||||
|
||||
Reference in New Issue
Block a user