fixes the calendar choice

This commit is contained in:
2017-07-05 11:29:15 +02:00
parent 0952e80d4a
commit 13297a04ed
12 changed files with 218 additions and 227 deletions

View File

@ -1,4 +1,6 @@
using Google.Apis.Calendar.v3.Data;
namespace Yavsc.ViewModels.Calendar
{
public class SetGoogleCalendarViewModel
@ -6,6 +8,8 @@ namespace Yavsc.ViewModels.Calendar
public string GoogleCalendarId { get; set; }
public string ReturnUrl { get; set; }
public CalendarList Calendars { get; set; }
}
}