Replies: 1 comment
-
|
At the moment there isn't one, I also have no idea how to implement this since this package is framework agnostic. If someone finds a good and easy solution for this, I would certainly accept the PR! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for the great package, very intuitive and easy to use!
Is there a recommended approach when dealing with thousands of events? The problem i'm running into at the minute is that a single Calendar object is built up and thousands of events added to it, running out of memory.
For example:
Would be nice if we could chunk over a group of events, streaming the response output in some way?
Beta Was this translation helpful? Give feedback.
All reactions