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