2016-05-17 18:22:18 +02:00
|
|
|
|
|
2017-07-05 11:29:15 +02:00
|
|
|
|
using Google.Apis.Calendar.v3.Data;
|
|
|
|
|
|
|
2016-05-17 18:22:18 +02:00
|
|
|
|
namespace Yavsc.ViewModels.Calendar
|
|
|
|
|
|
{
|
|
|
|
|
|
public class SetGoogleCalendarViewModel
|
|
|
|
|
|
{
|
|
|
|
|
|
public string GoogleCalendarId { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
public string ReturnUrl { get; set; }
|
2017-07-05 11:29:15 +02:00
|
|
|
|
|
|
|
|
|
|
public CalendarList Calendars { get; set; }
|
2016-05-17 18:22:18 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|