corrige la création de l'event

This commit is contained in:
Paul Schneider 2017-07-12 17:21:38 +02:00
commit a9241c724e

View file

@ -183,14 +183,8 @@ namespace Yavsc.Services
if (string.IsNullOrWhiteSpace(calid))
throw new Exception("the calendar identifier is not specified");
/* var computeService = new BaseClientService.Initializer()
{
HttpClientInitializer = credential
};
computeService.ApiKey = Startup.GoogleSettings.ApiKey;
computeService.ApplicationName = "Yavsc"; */
var service = await CreateUserCalendarServiceAsync(userId);
var service = await GetServiceAsync();
Event ev = new Event
{
Start = new EventDateTime { DateTime = startDate },