diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2012-07-01 21:01:05 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2012-07-01 21:01:05 +0200 |
| commit | d54d589484303dfd8a2f5d98ca69040bb84a9535 (patch) | |
| tree | a721c9bd3187302f9b603018999270d41eab86b9 /main/src/cgeo/calendar | |
| parent | e86317306d5b013d8d2b0efc4ea35fe11b6758ae (diff) | |
| download | cgeo-d54d589484303dfd8a2f5d98ca69040bb84a9535.zip cgeo-d54d589484303dfd8a2f5d98ca69040bb84a9535.tar.gz cgeo-d54d589484303dfd8a2f5d98ca69040bb84a9535.tar.bz2 | |
fix #1858: add start time to calendar entry
Diffstat (limited to 'main/src/cgeo/calendar')
| -rw-r--r-- | main/src/cgeo/calendar/ICalendar.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/cgeo/calendar/ICalendar.java b/main/src/cgeo/calendar/ICalendar.java index 856de1a..933d248 100644 --- a/main/src/cgeo/calendar/ICalendar.java +++ b/main/src/cgeo/calendar/ICalendar.java @@ -15,4 +15,5 @@ public interface ICalendar { static final String PARAM_NAME = "name"; // cache name static final String PARAM_LOCATION = "location"; // cache location, or empty string static final String PARAM_COORDS = "coords"; // cache coords, or empty string + static final String PARAM_START_TIME_MINUTES = "time"; // time of start } |
