feat(calendar): Can now create Jitsi link when making event

This commit is contained in:
Hivert Quentin
2025-01-27 14:27:09 +01:00
parent c400f45ef1
commit 42c227beca
9 changed files with 64 additions and 0 deletions
+8
View File
@@ -517,7 +517,15 @@
@interface UIxAppointmentEditorTemplate : UIxComponentEditorTemplate
@end
@implementation UIxAppointmentEditorTemplate
- (BOOL) showJitsiLinkCreation
{
SOGoSystemDefaults *sd;
sd = [SOGoSystemDefaults sharedSystemDefaults];
return [sd isCalendarJitsiLinkEnabled];
}
@end
/* Task Editor */