It has data source operations for listing Contacts, Calendars, and Calendar Events.
One of the main drivers for this project was that a lot of my data was trapped in these custom data stores, and I wanted to be able to access everything from the same place. (Why can't I grep my calendar events?)
It only reads these when you explicitly use these operations, and it never writes to them.
ken|8 years ago
One of the main drivers for this project was that a lot of my data was trapped in these custom data stores, and I wanted to be able to access everything from the same place. (Why can't I grep my calendar events?)
It only reads these when you explicitly use these operations, and it never writes to them.
lgas|8 years ago