somedevelopment / CardDAVSyncOutlook

Outlook WebDav Syncronisation
GNU Lesser General Public License v2.1
16 stars 3 forks source link

Autosync #2

Closed abika closed 9 years ago

abika commented 10 years ago

Don't know how exactly to implement this, but an autosync option on defined time intervals would make the usage a lot easier.

fummelmann commented 10 years ago

I agree and I'd very much appreciate this feature.

abika commented 10 years ago

It's maybe not safe to perform the sync automatically with a time interval. But hiding the app in the task bar with a "one-click-sync" button sounds like a good start.

lostprophet91 commented 9 years ago

Or maybe just a "batch mode" to call it on startup if needed ?

abika commented 9 years ago

You mean a command-line argument so that the application performs a sync and exits immediately? Why not..

abika commented 9 years ago

Now we have both: A tray icon was added with 91366bc7d29717cab32fab1f49f055f83677bd9b: Left click -> app is minimized to tray Right click/"Sync" -> the sync opeation is performed

And a commandline argument was added with da4c9b82344cb8c9047b0896ce7fdb5f04355535: Use java -jar CardDAVSyncOutlook.jar --singlerunto perform a sync+exit.