http - Error 500 when trying to subscribe to ical calendar feed in Yahoo Calendar -


i trying subscribe ical feed through yahoo calendar using url in following format: https://calendar.yahoo.com/subscribe?ics={__ics_feed_url__}&name={__name__}. after accessing url, yahoo presents me dialog box pre-populated url feed , name. after hitting "ok" dialog box follows after 500 error.

digging around in chrome console reveals following message in chrome console call used yahoo subscribe calendar: {"calendarerror":{"lang":"en-us","description":"failed create new folder","detail":"not applicable","code":0}}.

example ical feed

begin:vcalendar version:2.0 prodid:-//lanzar group//sendcalendar//en name:sample: walking tours x-wr-calname:sample: walking tours begin:vevent uid:mkq2333pn8zh6rcec@sendcalendar.com sequence:0 dtstamp:20160829t062543z dtstart:20160901t100000z dtend:20160901t120000z summary:sample event: visiting eiffel tower location:champ de mars\, 5 avenue anatole france\, 75007 paris\, france description:the eiffel tower 1 of recognizable buildings in world\, of course important part of trip paris. since completion on 100 years ago\, has become symbol of paris. although no longer tallest building in world\, title held 41 years. still dominates skyline of city of lights. it’s popular\, here tips making visit go smoothly. organizer;cn="john doe":mailto:john.doe@example.com end:vevent end:vcalendar 

example http response headers above feed

server: nginx/1.11.3 date: mon, 29 aug 2016 06:28:06 gmt content-type: text/calendar; charset=utf-8 connection: keep-alive cache-control: no-store pragma: no-cache access-control-allow-origin: * access-control-allow-headers: origin, x-requested-with, content-type, accept content-disposition: attachment; filename=sample-walking-tours.ics vary: accept-encoding strict-transport-security: max-age=31536000 

url reproduce problem

https://calendar.yahoo.com/subscribe?ics=https://staging.sendcalendar.com/api/calendar/nzqdhtbmx88cfsm8k/icalfeed&name=sample:%20walking%20tours

what cause of problem? more importantly, need change solve it? have found no documentation online, , have not seen similar reports of issue.

since don't have answers solving problem post own strategy solving this, have nothing else go on @ point (taken comment above)

addevent.com providing service lets users subscribe arbitrary calendars using yahoo calendar, , have solved problem. making sure ...

  • we use same transfer protocol addevent (http vs https),
  • we respond using same, or similar, http headers addevent,
  • we have same set of fields in our ics payload addevent

... should able solve problem ourselves. edit answer again once have done report findings.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -