The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniFocus > OmniFocus Extras
FAQ Members List Calendar Today's Posts

 
new sync to iPod script Thread Tools Search this Thread Display Modes
Here is a script for those of us who want to carry around a quick access to our Omnifocus info with our iPod.

Since iCal todo list removes the context information I have written a script that creates notes our your iPod that replicates the projects view and the context view.

Features:
  • Export all Projects, folders and all actions
  • Export Contexts view that only shows the next action.
  • Export the content of the note for each action

You need to update the script with your iPod volume name, connect your iPod and your are good to go!

On your iPod, navigate to Extras->Notes->OmniFocus.

Enjoy and feel free to give feedback!

Rod

The latest file is available here OmniFocus iPod exporter

Last edited by RodCloutier; 2007-08-17 at 04:10 AM.. Reason: Removed file in favor to link to website
 
I tried using this, and I'm getting the "Failed to find iPod" error, even though /Volumes/myPod/Notes exists.

Any hints?
 
Quote:
Originally Posted by sprugman View Post
I tried using this, and I'm getting the "Failed to find iPod" error, even though /Volumes/myPod/Notes exists.

Any hints?
Exactly same problem! Did anyone make it work the right way ?

ipod name: "MISHA'S IPO"
 
I'm wondering if the apostrophe (') throws things off. I too had problems, and I too have an apostrophe in my iPod's name.
 
Quote:
Originally Posted by Craig View Post
I'm wondering if the apostrophe (') throws things off. I too had problems, and I too have an apostrophe in my iPod's name.
for now i just removed checking code, remove this form script:

Code:
	tell application "Finder"
		if not (exists folder "Notes" of POSIX file iPodPath) then
			set dialogButtons to {"OK"}
			set msg to "Failed to find iPod " & iPodVolume & "." & return & "Script will stop."
			set defaultBtn to "OK"
		end if
	end tell
 
Sorry I didn't reply any sooner. If it is only the checking code, it is safe to remove it. I will look into it tomorrow. My guess is that I have to use the quoted form of the path in the checking code. Something similar to

Code:
tell application "Finder"
	if not (exists folder "Notes" of POSIX file (quoted form of iPodPath)) then
		set dialogButtons to {"OK"}
		set msg to "Failed to find iPod " & iPodVolume & "." & return & "Script will stop."
		set defaultBtn to "OK"
	end if
end tell
Anything else bugging you?

Rod

Last edited by RodCloutier; 2007-08-07 at 07:12 PM.. Reason: Update code
 
This script looks excellent; unfortunately I get the following errormessage:

The script 'ExportToiPod.scpt' could not complete.

AppleScript reported the following error:
OmniFocus got an error: Some parameter wasn't understood.



Any advise/input would be greatly appreciated.


OmniFocus 1.0 (v77.1.2.0.96900)
Mac OS X 10.4.11
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
Beta sync on ipad but not ipod rolfessenden OmniFocus for iPhone 2 2011-05-23 03:20 PM
Will just never sync with an iPod .... m-rick Bonjour sync 4 2009-06-17 01:01 PM
iPod won't sync calendars with colons in the name whalt OmniFocus 1 for Mac 9 2007-10-24 12:51 PM
sync with ipod - who has got it to work? elliott OmniFocus 1 for Mac 1 2007-09-06 05:22 PM


All times are GMT -8. The time now is 08:41 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.