| java.lang.Object | |
| ↳ | android.provider.CalendarContract.CalendarCache | 
CalendarCache stores some settings for calendar including the current
 time zone for the instances. These settings are stored using a key/value
 scheme. A KEY must be specified when updating these values.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | KEY_TIMEZONE_INSTANCES | The key for updating the time zone used by the provider when it generates the instances table. | |||||||||
| String | KEY_TIMEZONE_INSTANCES_PREVIOUS | The key for reading the last time zone set by the user. | |||||||||
| String | KEY_TIMEZONE_TYPE | They key for updating the use of auto/home time zones in Calendar. | |||||||||
| String | TIMEZONE_TYPE_AUTO | The value to write to KEY_TIMEZONE_TYPEif the provider
 should stay in sync with the device's time zone. | |||||||||
| String | TIMEZONE_TYPE_HOME | The value to write to KEY_TIMEZONE_TYPEif the provider
 should use a fixed time zone set by the user. | |||||||||
| [Expand] Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From interface
android.provider.CalendarContract.CalendarCacheColumns | |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| URI | The URI to use for retrieving the properties from the Calendar db. | ||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
The key for updating the time zone used by the provider when it
 generates the instances table. This should only be written if the
 type is set to TIMEZONE_TYPE_HOME. A valid time zone id
 should be written to this field.
The key for reading the last time zone set by the user. This should
 only be read by apps and it will be automatically updated whenever
 KEY_TIMEZONE_INSTANCES is updated with
 TIMEZONE_TYPE_HOME set.
They key for updating the use of auto/home time zones in Calendar.
 Valid values are TIMEZONE_TYPE_AUTO or
 TIMEZONE_TYPE_HOME.
The value to write to KEY_TIMEZONE_TYPE if the provider
 should stay in sync with the device's time zone.
The value to write to KEY_TIMEZONE_TYPE if the provider
 should use a fixed time zone set by the user.
The URI to use for retrieving the properties from the Calendar db.