# 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:
parent
c19441f786
commit
4810f3efba
123 changed files with 270 additions and 24385 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
disabledDates: @Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(Model.BusyDates)),
|
||||
maxDate: '@Model.MaxDate.ToString("MM/dd/yyyy")',
|
||||
minDate: '@Model.MinDate.ToString("MM/dd/yyyy")',
|
||||
format: 'MM/DD/YYYY hh:mm'
|
||||
format: 'MM/DD/YYYY HH:mm'
|
||||
});
|
||||
});
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue