Friday, August 16, 2013

Ipod nano calendar/contacts/todo/photo from windows

I don't know why I couldn't find it. I found it now.

Viewing these items on the ipod nano specifically the iPod nano (4th generation). When viewing options in the "Extras" section many of them say "Sync with iTunes". iTunes didn't give me the option. Lesson in reading the documentation. Documentation states:
You can use iTunes to sync the contact and calendar information on iPod nano with Address Book and iCal.
If you’re using Windows XP, and you use Windows Address Book or Microsoft Outlook 2003 or later to store your contact information, you can use iTunes to sync the address book information on iPod nano. If you use Microsoft Outlook 2003 or later to keep a calendar, you can also sync calendar information.
Linux can use gtkpod:
Export your korganizer/kaddressbook/thunderbird/evocalendar/evolution/webcalendar... data to the iPod (scripts for other programs can be added).
Ical/todo in .ics/.vcs format. Place files in the "Calendars" folder as per the documentation ("To add to-do lists to iPod nano manually, save them in a calendar file with an .ics or .vcs extension"). Example todo ics:
BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
PRODID:-//Apple Computer\, Inc//iSync 2.0//EN
X-WR-CALNAME:Untitled
X-WR-CALORDER:3
BEGIN:VTODO
DTSTART:20130810
SUMMARY:New To do
END:VTODO
END:VCALENDAR
Combination Todo+Calendar Item Example:
BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
PRODID:-//Apple Computer\, Inc//iSync 2.0//EN
X-WR-CALNAME:Home
X-WR-CALORDER:1
BEGIN:VTIMEZONE
TZID:US/Mountain
BEGIN:STANDARD
TZOFFSETTO:-0700
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETTO:-0600
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=US/Mountain:20130810T050000
SUMMARY:more
DTEND;TZID=US/Mountain:20130810T060000
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Mountain:20130808T113000
SUMMARY:test event
DTEND;TZID=US/Mountain:20130808T123000
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=US/Mountain:20130808T113000
SUMMARY:New Event
DTEND;TZID=US/Mountain:20130809T121500
END:VEVENT
BEGIN:VTODO
DTSTART:20130810
SUMMARY:another to do
END:VTODO
END:VCALENDAR
Contacts in vcard format. Simply place .vcf files in the "Contacts" directory as per the documentation.

Recordings in .wav format. Created with "Compatible" microphone.

No comments:

Post a Comment