fixes the calendar choice

This commit is contained in:
Paul Schneider 2017-07-05 11:29:15 +02:00
commit c19441f786
12 changed files with 225 additions and 234 deletions

View file

@ -31,7 +31,7 @@ namespace Yavsc.Services
/// I calendar manager.
/// </summary>
public interface ICalendarManager {
Task<CalendarList> GetCalendarsAsync (string userId);
Task<CalendarList> GetCalendarsAsync (string userId, string pageToken);
Task<Events> GetCalendarAsync (string calid, DateTime mindate, DateTime maxdate);
Task<DateTimeChooserViewModel> CreateViewModelAsync(
string inputId,