We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Works fine for Yahoo and Google, however the description is not transferred to Hotmail. any ideas?
$('#AddToCalendar').AddToCal({ icalEnabled: true, vcalEnabled: false,
getEventDetails: function () { return { webcalurl: null, icalurl: '@Url.Action("GetCalendar", "EventNew", new { id = @Model.EventKey }, null)', vcalurl: null, start: '@UltimateEvents.Common.Web.Utility.ConvertToCalendarFormat(Model.DateTimeOffsetStart)', end: '@UltimateEvents.Common.Web.Utility.ConvertToCalendarFormat(Model.DateTimeOffsetEnd)', title: '@Model.EventName', details: @Html.Raw(Encoder.JavaScriptEncode(EventNewController.GetEventDescriptionForCalendar(Model))), location: '@Model.AddressDisplayString', url: null }; } });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Works fine for Yahoo and Google, however the description is not transferred to Hotmail. any ideas?
$('#AddToCalendar').AddToCal({
icalEnabled: true,
vcalEnabled: false,
The text was updated successfully, but these errors were encountered: