Fix team calendars stored in the drive

pull/1/head
yflory 2021-04-19 11:07:35 +02:00
parent ae34456b55
commit 9b7b67c490
1 changed files with 3 additions and 0 deletions

View File

@ -268,6 +268,9 @@ define([
return void UI.warn(text);
}
var isTemplate = priv.isTemplate || opts.isTemplate;
// never store calendars in the team drive
if (opts.calendar) { return; }
toAddTeams.forEach(function (obj) {
sframeChan.query('Q_STORE_IN_TEAM', {
href: data.href || data.rohref,