I have a situation where bot needs to download calendar report once a year. This report would be used by the bot to refer details needed in processing all the transaction items.
Whats the best solution for this? Should i have a database holding reportLastDownloadedDate to check (daily) if has passed one year and download new one.
Any other ideas are welcomed.
Thanks.