taskbridgeapp.reminders.model
This is the model of the reminder-syncing part of TaskBridge. Here, you’ll find the following:
reminder.py- Contains theReminderclass which represents a reminder.remindercontainer.py- Contains theReminderContainerclass which represents a container (either local or remote)
which contains reminders. Many sync operations are performed here. Also contains the LocalList class which represents a
local reminder list, and RemoteCalendar class, which represents a remote CalDav VTODO calendar.
- reminderscript.py - Contains a list of AppleScript scripts for managing local reminders.
Contains the |
|
Contains the |
|
AppleScripts for Apple Reminders. |