Google Api

This commit is contained in:
Paul Schneider 2017-06-20 02:47:52 +02:00
commit 83f9fc1bd8
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;