If you're only dealing with single appointments, using GMT is fine. The hour/minute just has to be set correctly in GMT, and various calendar apps (Zimbra included) should translate the time accordingly. So if you want "8am Pacific Time", you can instead say "4pm GMT". A user in Pacific timezone will see the appointment at 8am, and a user in Eastern timezone will see it at 11am.
If you have recurring appointments you then need to provide a VTIMEZONE with the correct daylight savings time rules and specify all time fields in that timezone.
Currently ZCS has a field to store user's local timezone but it is not being supported thoroughly. (support coming in later release) Once that's there, you can look at it to get the timezone ID of the user, then find the VTIMEZONE definition for it in /opt/zimbra/conf/timezones.ics file. |