Fix team calendars stored in the drive

pull/1/head
yflory 4 years ago
parent ae34456b55
commit 9b7b67c490

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

Loading…
Cancel
Save