Google Api

This commit is contained in:
2017-06-20 02:47:52 +02:00
parent bddf46c160
commit d881cac768
123 changed files with 12961 additions and 60 deletions

View File

@ -29,14 +29,14 @@ Google.Apis Google.Apis.Core
public async Task<IViewComponentResult> InvokeAsync (
string templateName,
string htmlFieldName,
string userId, string calId )
string htmlFieldName,
string calId)
{
var minDate = DateTime.Now;
var maxDate = minDate.AddDays(20);
var cal = await _manager.GetCalendarAsync(
calId, minDate, maxDate, userId
calId, minDate, maxDate
);
ViewData["Calendar"] = cal;