Closed (fixed)
Project:
Date iCal
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2012 at 12:25 UTC
Updated:
7 May 2013 at 21:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
coredumperror commentedThank you for reporting this issue, sdague! Could you please upgrade Date iCal to the 2.x-2.x build and, if this problem persists (I'm fairly sure it does), re-roll your patch against that branch? I'd really appreciate it.
Comment #2
vlad.pavlovic commentedRe-rolled the patch for dev version.
Comment #3
coredumperror commentedUpon reviewing this patch, I discovered that a few things didn't carry over well from it's origin as a 7.x-1.x patch. For one,
drupal_html_to_text()was being called twice, so I took out the call that was being done in the view plugin code.I also added some comments relating to full iCal spec compliance. I did some research on it, and both #61830: Text fields in iCal feeds not escaped properly and #84740: Event feed doesn't work with Google Calendar nor iCal showed me that full compliance is a hard problem, and I don't have time to really get it right. And since no one's really complaining, I'm going to leave this patch in a somewhat half-assed state of compliance for the time being.