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

@ -342,7 +342,6 @@
"Calendar",
"Default",
"EventDate",
Model.PerformerProfile.PerformerId,
Model.PerformerProfile.Performer.DedicatedGoogleCalendar)
</div>

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") {