Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eventsFromRange: fail to search event by range #9

Open
GoogleCodeExporter opened this issue Mar 29, 2015 · 1 comment
Open

eventsFromRange: fail to search event by range #9

GoogleCodeExporter opened this issue Mar 29, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. call function eventsFromRange with input like '2013-10-01', '2013-12-31'
2. returned events are from now to 2038/01/18
3.

What is the expected output? What do you see instead?
events are from '2013-10-01' to '2013-12-31'

What version of the product are you using? On what operating system?
r13, is CentOS 5.6, php5.3.3

Please provide any additional information below.
event range should not function like its name

Original issue reported on code.google.com by hkhomes....@gmail.com on 16 Jul 2013 at 9:01

@GoogleCodeExporter
Copy link
Author

Unable to recreate this issue.

If I initialize the Class with:
$ical   = new ICal('basic.ics');

Then build an array of values between 2 dates with:
$events = $ical->eventsFromRange('2013-07-01','2013-08-01');

The array is correct. Only containing events between the two dates.

However this project seems abandoned. You may wish you download the new ICS 
Parser which is based on this, but also includes RRULE handling to allow for 
recurring events. This new project also addresses a couple other small bugs 
that were never fixed on this original project.

Get it here: https://github.com/johngrogg/ics-parser

Original comment by brianate...@gmail.com on 17 Jul 2013 at 7:49

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant