# Calendar:

* refactoring: use a Gapi.net45 NuGet package, drop conflicting code.
* insert an event @HairCutQuery.
* View the choosen calendar from the account page
This commit is contained in:
Paul Schneider 2017-07-05 15:47:22 +02:00
commit 4810f3efba
123 changed files with 270 additions and 24385 deletions

View file

@ -106,7 +106,10 @@
</dd>
<dt>@SR["Calendar"]</dt>
<dd>
@SR[Model.HasDedicatedCalendar?"Yes":"No"]
@SR[Model.HasDedicatedCalendar?"Yes":"No"]
@if (Model.HasDedicatedCalendar) {
<text> : @Model.DedicatedCalendarId </text>
}
[<a asp-action="SetGoogleCalendar">@SR["Select a Google calendar"]</a>]
</dd>
<dt>Credits:</dt>