iPhone: What to do if iTunes for Windows is stuck syncing calendars

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS iPhone: What to do if iTunes for Windows is stuck syncing calendars
# 1  
Old 12-16-2009
iPhone: What to do if iTunes for Windows is stuck syncing calendars

Customers that use MobileMe to sync calendars with Microsoft Outlook may find that when using iTunes for Windows to sync calendars to an iPhone the sync process may not complete. The "Syncing calendars with iPhone" progress bar remains in the iTunes window.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
sync(2) 							   System Calls 							   sync(2)

NAME
sync - update super block SYNOPSIS
#include <unistd.h> void sync(void); DESCRIPTION
The sync() function writes all information in memory that should be on disk, including modified super blocks, modified inodes, and delayed block I/O. Unlike fsync(3C), which completes the writing before it returns, sync() schedules but does not necessarily complete the writing before returning. USAGE
The sync() function should be used by applications that examine a file system, such as fsck(1M), and df(1M), and is mandatory before rebooting. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ SEE ALSO
df(1M), fsck(1M), fsync(3C), attributes(5), standards(5) SunOS 5.10 5 Jul 1990 sync(2)