some changes

This commit is contained in:
2019-03-17 00:03:04 +00:00
parent 9d48016042
commit 1b0c741cf7
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;