Stacks Image 75

OSX APP

Scheduling synchronizations

Using the Calendar app is the easiest way to schedule synchronizations.
Here's how:
1 - On Sync for iPhoto, enable the option "Auto Start" on the slots you wish to sync.

Pasted Graphic



2 - Run the system's Calendar. You can create events that execute applications, but this will only work on a calendar that is not synchronizing with iCloud or any other service.
So, If you don't have any Calendar marked as "On My Mac", then you will need to disable your iCloud account on the Calendar/Accounts menu, then create a new Calendar, and finally enable your iCloud account again.

Pasted Graphic



3 - Create an event and set the alert to "Custom...", then select "Open file" and below choose "Other..." and look for "Sync for iPhoto.app", it should be on your Applications folder.

caliphoto



That's it, you can then configure the event to repeat when ever you like.






















Specific synchronizations

If you wish to schedule more specific synchronizations, you can use the Automator to create a Calendar event like this:
1 - Run Automator and click New Document.

0-scheduling01



2 - Create a Calendar Alarm

1-scheduling02.png



3 - Double click Apple Script

scheduling03




4 - Insert the script to perform the synchronization that you require.
For example:
tell application "Sync for iPhoto"
resume slot 1
queue slot 2
queue slot 3
end tell

scriptiphoto




5 - Click menu File / Save and name this event

scheduling05



6 - The event will be added to your calendar, you can then drag it to where you like it, or double click it and set the date, repeat, etc

scheduling06




Again, make sure you add this event to a local Calendar, one that does not synchronize with iCloud or any other service. If you don't have any Calendar marked as "On My Mac", then you will need to disable your iCloud account on the Calendar/Accounts menu, then create a new Calendar, and finally enable your iCloud account again.

Pasted Graphic