Scheduled reporting idea

Just an idea, but If someone generated some opensource SDKs I think it could be useful to create a daily scheduled task that would get a set of tasks, filter them by their progress status, then save them to Desktop as your daily tasks

Daily @ 07:00 run `python get_todays_task.py

from supernotes_sdk import get_child_card_ids, export_to_markdown

get_child_card_ids("Team A") .filter(tag["value"] == "unresolved"})
export_to_markdown("C:\users\me\Desktop\OpenTasks.md")