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

@ -5,7 +5,7 @@
}
<form asp-action="SetGoogleCalendar">
@{ var entryNum=0; }
@foreach (var calendar in ViewBag.Calendars.items)
@foreach (var calendar in ViewBag.Calendars?.items)
{
entryNum++;
@if (calendar.accessRole=="owner") {