Send title along other user context info for calendar scheduled calls

This commit is contained in:
Hadi Nategh 2020-12-09 18:39:32 +01:00
parent cde6c10e05
commit 4472c050d6
2 changed files with 4 additions and 2 deletions

View File

@ -3566,7 +3566,8 @@ var CalendarApp = /** @class */ (function (_super) {
name: egw.user('account_fullname'),
account_id: egw.user('account_id'),
email: egw.user('account_email'),
cal_id: _data.id
cal_id: _data.id,
title: _data.title
}, _data.start, _data.end], function (_value) {
if (_value) {
if (_value.err)

View File

@ -4427,7 +4427,8 @@ class CalendarApp extends EgwApp
name:egw.user('account_fullname'),
account_id:egw.user('account_id'),
email:egw.user('account_email'),
cal_id:_data.id
cal_id:_data.id,
title: _data.title
}, _data.start, _data.end], function(_value){
if (_value)
{