Read the statement by Michael Teeuw here.
Calendar Request
-
Calendar Request.
It would be nice to have a limit on each calendar I pull in. Like I have a birthday calendar and a event calendar. It would be nice to say let there only be 2 events pulled from the birthday calendar then the rest of the limit pull from the others
-
You are more than welcome to implement this and create a pull request. I suspect others would find it helpful as well.
-
Thanks. I’m currently looking at the code to see how it can be done :)
-
At the moment, the limit is global, as you’ve noticed. So you’ll have to figure out how to break it up on a per-calendar basis and figure out how to manage each one, how to determine if the user wants a global, or individual, how the individual one is setup, which calendar it applies to, etc., etc. Or maybe you will come up with a whole different method … :)
I’d tackle this, however my free time has been severely limited lately …