some changes

This commit is contained in:
Paul Schneider 2019-03-17 00:03:04 +00:00
commit 85dd299f4a
32 changed files with 33 additions and 52 deletions

View file

@ -30,14 +30,11 @@ using Google.Apis.Calendar.v3.Data;
using System.Collections.Generic;
using System.Linq;
using Google.Apis.Services;
using System.Threading;
using Google.Apis.Auth.OAuth2.Flows;
using Google.Apis.Auth.OAuth2.Responses;
using Google.Apis.Util;
namespace Yavsc.Services
{
using Yavsc.Helpers;
using Yavsc.Models;
using Yavsc.Models.Calendar;
using Yavsc.Server.Helpers;