Google Api
This commit is contained in:
parent
e307811d89
commit
83f9fc1bd8
123 changed files with 12961 additions and 60 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue