fixes the calendar choice
This commit is contained in:
parent
90231cff36
commit
c19441f786
12 changed files with 225 additions and 234 deletions
|
|
@ -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; }
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue