Closed (fixed)
Project:
Date iCal
Version:
7.x-3.3
Component:
iCal Export
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2014 at 21:26 UTC
Updated:
27 Apr 2015 at 22:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Renee S commentedOk, well, found it, line 283 in date_ical_style_plugin_style_ical_feed. This isn't really a bug, as most people haven't hacked Date's additional fields to include a time (RTBC code to add that feature has been sitting in Date's queue for literally years), and it needs to get a time from somewhere... other use-case is people who have imported feeds and are re-exporting them for some reason, as those feeds might also have different times on their RDATEs. But that's pretty boutique.
So, updated from bug to feature request to set if time is set and use $start and $end if it isn't :)
Comment #2
coredumperror commentedDoes this patch work? I don't know which patch you're referring to that makes Date support RDATE time, so I can't test it.
Comment #3
Renee S commentedOh, super, thank you! The original thread is here for adding times to Additional fields on Date (patch failed due to testbot issues only): https://www.drupal.org/node/1053158 ... Does a date object instantiated from an incomplete Date get a default time of 00:00:00? If it does, the patch wouldn't work; will do some testing!
Comment #4
coredumperror commentedHow did your testing for this turn out? I'd like to close out this ticket, and either add this patch to Date iCal (if it worked), or throw it out.
Comment #5
Renee S commentedIt works, yes. Thank you!
Comment #6
Renee S commentedComment #7
coredumperror commentedI pushed this patch up to git, so it'll show up in the dev release shortly.