Giter Site home page Giter Site logo

Comments (4)

rlanvin avatar rlanvin commented on July 23, 2024

Hello, you can already do that with getOccurencesBetween(). Is there something wrong with it?

from php-rrule.

derekchan2k avatar derekchan2k commented on July 23, 2024

Hello,

Thanks for the prompt reply.
There is nothing wrong with it. It is just that there is a need to estimate when will the next event occur as a start date and end date parameter is needed. By just allowing me to find out what the next date is without thinking when the next event may possibly occur would be a plus! i.e. If I put the date as today, it could tell me when the next occurrence based on the RRULE rule.

Thanks again.

from php-rrule.

rlanvin avatar rlanvin commented on July 23, 2024

a start date and end date parameter is needed

Well no, actually... As explained in the wiki, getOccurrencesBetween() is quite flexible, and you can pass null to either $begin or $end to achieve the result you are looking for.

method call result
getOccurrencesBetween('2017-01-01','2017-01-31') between Jan 1st 2017 and Jan 31st 2017
getOccurrencesBetween('2017-01-01',null) after Jan 1st 2017
getOccurrencesBetween(null,'2017-01-31') before Jan 31st 2017
getOccurrencesBetween(null,null) everything (same as getOccurrences())

Isn't this exactly what you are looking for?

from php-rrule.

derekchan2k avatar derekchan2k commented on July 23, 2024

Hello again,

Whoops, my bad for not reading the documentation properly. Thanks so much for clarifying. Will close the issue now.

That is great!

from php-rrule.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.