- 10 Sep, 2015 1 commit
-
-
Robert Rollins authored
I used to like keeping whitespace on blank lines that lined up with the indentiation level of the code. I don't like doing that any more, so out it goes.
-
- 07 Apr, 2015 1 commit
-
-
Robert Rollins authored
Because the iCal spec states that VFREEBUSY components can't have the SUMMARY property, Date iCal will now fall back to the COMMENT property for the node title. Unfortuantely, this is the best we can do, becaise iCalcreator completely leaves out the SUMMARY property on VFREEBUSY componeents, so there's no way to recover it.
-
- 22 Sep, 2014 1 commit
-
-
mglaman authored
Thanks go to user mgalman for the patch!
-
- 25 Aug, 2014 1 commit
-
-
cdmo authored
This patch is courtesy of Drupal user cdmo.
-
- 08 May, 2014 1 commit
-
-
Robert Rollins authored
User RedEight pointed out that I messed up the parse regex for UNTIL values when I made the recent change regarding DATE-type UNTILs. That's fixed, now. In addition, I tweaked the iCalcreator version detection regex to be a bit more forgiving of any possible changes the author makes in his version definition code.
-
- 16 Apr, 2014 4 commits
-
-
Robert Rollins authored
There's a new setting on the "iCal parser" settings page, which lets you set an integer number of days. Events which ended more than that number of days before the import will be skipped.
-
Robert Rollins authored
This makes it consistent with the "DateField: Repeat Rule" feeds target offered by the Date module. It also pushes the source up next to the "Date: Start" and "Date: End" sources, which helps you find it when you're setting up your mapping. This is only a UI change.
-
Robert Rollins authored
According to the iCal spec, the UNTIL value of an RRULE must be specified in UTC. But certain iCal feed creation tools don't respect this rule, and instead specify the UNTIL value in local time. Since all the other code that Date iCal utilizes to parse RRULEs expects the UNTIL value to be in UTC, this go badly when it's not. In order to get around this issue, I've added an option to the iCal Parser settings, which allows users to tell Date iCal that they expect the UNTIL values in their feeds' RRULEs to not be in UTC. With that option enabled, Date iCal will treat the UNTIL date as being in the same timezone as the event's DTSTART.
-
Robert Rollins authored
-
- 20 Feb, 2014 1 commit
-
-
Robert Rollins authored
-
- 18 Nov, 2013 1 commit
-
-
Robert Rollins authored
Date iCal 3's use of the Libraries APIs was slightly less awful than 2's, but it would still fail to properly detect an incorrectly installed iCalcreator.
-
- 11 Nov, 2013 1 commit
-
-
Robert Rollins authored
Because OSX uses a case-insensitive file system, git didn't pick up the change I made when I re-wrote the parser. In retrospect, I probably should have chosen a totally new name for the feeds parser, but the existing filename *was* the most appropriate name for the new class, just with different capitalization.
-
- 28 Oct, 2013 1 commit
-
-
Robert Rollins authored
-
- 24 Oct, 2013 1 commit
-
-
Robert Rollins authored
Renamed hook_date_ical_import_calendar_alter to hook_date_ical_import_vcalendar_alter, to match the export hook. Also did some minor refactoring and comment editing. Date iCal 3.0 is nearing completion! The only major task remaining is to write the migration code.
-
- 22 Oct, 2013 1 commit
-
-
Robert Rollins authored
iCal feeds are now parsed in batches of 50 (by default). The Date parser code has been significantly improved, removing the old limitation of needing to parse DTSTART first, and also covering more edge cases and error conditions.
-
- 21 Oct, 2013 1 commit
-
-
Robert Rollins authored
I hadn't yet tested the RRULE import code when I first pushed Date iCal 3.x-dev, but now I have. It's much more robust than it was in 2.x. In addition, I moved the parsing class out of DateiCalFeedsParser.inc and into libaries/ParserVcalendar.inc, which is like how Feeds' own CSV parser is set up.
-
- 18 Oct, 2013 1 commit
-
-
Robert Rollins authored
This new version is still in a state of partial completeness. You may need to do some manual fixing to get it working, due to a change I made in the classes offered by this module. Try 'drush cc registry' if 'drush cc all' fails. Please note that ALL of the hooks exposed by Date iCal have changed. They do essentially the same things they used to do, but they're named differently. The big change is that the Feeds plugin has been completely re-written to conform to the Feeds APIs. It's now much more resilient and powerful. Feeds Tamper will now work, and is in fact the prescribed way to alter data, since I removed several alter hooks.
-
- 08 Mar, 2013 1 commit
-
-
Vlad Pavlovic authored
Issues [#1931020] and [#1935820]: Allow custom fields for summary. Fix repeating events causing duplicates. Add @file to DateIcalFeedsParser.inc
-
- 27 Feb, 2013 1 commit
-
-
Robert Rollins authored
Applied patch #11 from [#1922658] to get around iCalcreator limitation with stream wrappers. Also made the amount of whitespace on blank lines consistent throughout the project.
-
- 22 Jan, 2013 1 commit
-
-
Robert Rollins authored
Includes patches from issues 1895396 and 1462646. Updated the README and the CHANGELOG.
-
- 21 Dec, 2012 1 commit
-
-
Robert Rollins authored
-
- 18 Dec, 2012 1 commit
-
-
Robert Rollins authored
-