spatie / period

Complex period comparisons
https://spatie.be/open-source
MIT License
1.6k stars 72 forks source link

Scheduling "things" #64

Closed tarekadam closed 4 years ago

tarekadam commented 4 years ago

I'm using https://github.com/spatie/period for complex calendar operations. It's great, but it would be better if I could attach "things". For example, schedule a "vacation" and then be able to retrieve that vacation or vacations from Period or PeriodCollection. That way I would see which of my vacations are overlapping. I realize the inverse is possible: my vacation hasa Period. However that doesn't flow forward into the PeriodCollection of Overlaps... Which vacations are overlapping?

brendt commented 4 years ago

I think that's outside the scope of this package, you could build a kind of "timeline" feature using this package underneath, but I guess you're already doing that. You're also free to extend PeriodCollection and do whatever you like with it.