Algorithm: how to check intersections of recurring events definitions?
- by glaz666
The question comes from MS Outlook calendar behavior.
Imagine I have two recurring events (starting from today): "each second Monday" and "every odd date". Is there any way to check intersections and/or find the first intersecting date algorithmically without brute-forcing over each date?
Definitions can be made in CRON's notations or ICal notation. I think it doesn't matter.
Are there any solutions for this in Gregorian calendar?