-
|
Using Templater, I'm trying to automate a note creation based on current time and the most probable current event from my Google Calendar. It looks like the time for the Templater script to execute is several seconds, so I guess Am I correct? If I am, could a cache be added so it requests remote ICS data only once every hour for example (or a configurable delay)? It would also allow working when temporarily offline, if there is already some locally cached data. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi! You're right that there is no caching whatsoever in the plugin. I could see adding it, but I am reluctant to as I am reluctant to add caching because we already have timezone woes and recurrence rule handling in this project and I worry about adding yet another difficult thing. ;) |
Beta Was this translation helpful? Give feedback.
Hi!
You're right that there is no caching whatsoever in the plugin. I could see adding it, but I am reluctant to as
vdirintegration is in place exactly for these reasons. By cutting out the network retrieval the parse doesn't take long. Check out https://vdirsyncer.pimutils.org/en/stable/tutorial.html and let me know what you think.I am reluctant to add caching because we already have timezone woes and recurrence rule handling in this project and I worry about adding yet another difficult thing. ;)