Skip to content
New issue

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

Description is not transferred over to Hotmail Calendar #4

Open
adelkhalil opened this issue Feb 20, 2012 · 0 comments
Open

Description is not transferred over to Hotmail Calendar #4

adelkhalil opened this issue Feb 20, 2012 · 0 comments

Comments

@adelkhalil
Copy link

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
            };
        }
    });
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant