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

Outlook.com accepts location & description. #15

Open
JamoCA opened this issue Sep 15, 2015 · 0 comments
Open

Outlook.com accepts location & description. #15

JamoCA opened this issue Sep 15, 2015 · 0 comments

Comments

@JamoCA
Copy link

JamoCA commented Sep 15, 2015

For the "calendar.live.com" entry, description was being passed. It just needs to be included in the return URL as listed below:

return "http://calendar.live.com/calendar/calendar.aspx?rru=addevent" +
"&dtstart=" + eventDetails.start +
"&dtend=" + eventDetails.end +
"&summary=" + eventDetails.title +
"&location=" + eventDetails.location +
"&description=" + eventDetails.details;
}
# 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