[TIMOB-10579] Android: Add Calendar Events timezone support
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | n/a |
| Components | Android |
| Labels | n/a |
| Reporter | Josh Roesslein |
| Assignee | Unknown |
| Created | 2012-08-23T14:16:00.000+0000 |
| Updated | 2018-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()).
Isn't this a bug? I just can't create calendar Events anymore in Android.
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