Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-10579] Android: Add Calendar Events timezone support

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 3.0.0
Fix Version/sn/a
ComponentsAndroid
Labelsn/a
ReporterJosh Roesslein
AssigneeUnknown
Created2012-08-23T14:16:00.000+0000
Updated2018-02-28T20:03:53.000+0000

Description

Starting in API 14 Calendar events now have a field for specifying the timezone (EVENT_TIMEZONE, EVENT_END_TIMEZONE). We should allow the developer to set these fields when creating a new event. This could be done by adding new properties to the [Calendar.Event](http://docs.appcelerator.com/titanium/2.1/index.html#!/api/Titanium.Android.Calendar.Event) object. If these properties are not provided we can use the default timezone on the device (ex: TimeZone.getDefault()).

Comments

  1. Rafael Kellermann Streit 2012-10-24

    Isn't this a bug? I just can't create calendar Events anymore in Android.
  2. Mark Henderson 2013-01-07

    championing this to be integrated.. This code works, but I want to be able to set the timeZone automatically or use Ti.Locale http://developer.appcelerator.com/question/137424/calendar-on-ics-error-event-values-must-include-an-eventtimezone

JSON Source