Basically I want someone to be able to click a bunch of events on my website, and have them all synced in a pain-free way to their primary Outlook calendar. I know I can send an ics with multiple events in it, but this creates a second calendar (unless you import the calendar which is […]
Category: sync
Common format for time zone in Java/J2me
We are developing a j2me app for syncing contacts to/from a server. we are storing the update and create time (long mill sec) with each contact for conflict resolution/sync calculations. Now as the client and server app can be in different time zones , how one can store time with time zone in a standard […]