event store calendar time zone

How do I get the timezone for the event store?

Accepted Reply

Hi,


the event store has no timezone. A single event can have one (see timeZone property of EKCalendarItem).

The device (OS) and the app can have a timezone (see NSTimeZone docs, espacially the class methods systemTimeZone, defaultTimeZone and localTimeZone)


Dirk

Replies

Hi,


the event store has no timezone. A single event can have one (see timeZone property of EKCalendarItem).

The device (OS) and the app can have a timezone (see NSTimeZone docs, espacially the class methods systemTimeZone, defaultTimeZone and localTimeZone)


Dirk