getthething Posted February 18, 2013 Share Posted February 18, 2013 Maybe I'm blind and this is built into alfred somewhere but, is there a way to search through Calendar in Alfred? If not is that a workflow that could be built? Link to comment
jdfwarrior Posted February 18, 2013 Share Posted February 18, 2013 I started tinkering with this at one point and while it CAN be done, its kind of a pain in the butt. I could be wrong or maybe just having an off day but I think the only way to do it with a workflow would be to use mdfind to get a list of all events. Then read and parse each file to get the relevant data out. In other words, it would probably be kinda slow. As mentioned you would have to use mdfind to get all events, read each file, parse it, find the data you want, reformat (dates) and then build xml from the small subset of events you actually want. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now