Activity protection

This commit is contained in:
Paul Schneider 2026-08-10 18:12:59 +01:00
commit 633a305c35
6 changed files with 42 additions and 7 deletions

View file

@ -197,7 +197,7 @@ namespace Yavsc.Services
if (credential.IsCreateScopedRequired)
{
credential = credential.CreateScoped(scopesCalendar);
}/*
}/*
var credential = await GoogleHelpers.GetCredentialForApi(new string [] { scopeCalendar });
if (credential.IsCreateScopedRequired)
{