I am developing a Calendar app where user can select whether he want to auto move the event time based on current timezone or set it as unchanged based on switch button. I am using Eventkit for storing the events and also UILocalnotification for event notifications
For eg.
Scenario 1: User set the time of having a walk after dinner as 9pm (IST) everyday in India.He travels to USA but due to timezone change the event notification occurs at 8.30am (PDT) in the morning.What i want is that the event should take place at 9pm (PDT) in USA also.
Scenario 2: User is in India,He set some online meeting with person in India on Saturday,10pm (IST).He travels to USA,the timezone changed but the meeting should take place at 9.30am (PDT) since its 10pm (IST) in India
The event and notification works in sync,hence need to handle timezone for both ekevent as well as uilocalnotification
Hopefully someone will rescue me from this issue. Thanks