Google Api
This commit is contained in:
parent
e307811d89
commit
83f9fc1bd8
123 changed files with 12961 additions and 60 deletions
|
|
@ -342,7 +342,6 @@
|
|||
"Calendar",
|
||||
"Default",
|
||||
"EventDate",
|
||||
Model.PerformerProfile.PerformerId,
|
||||
Model.PerformerProfile.Performer.DedicatedGoogleCalendar)
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue