aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/calendar/ICalendar.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/calendar/ICalendar.java')
-rw-r--r--main/src/cgeo/calendar/ICalendar.java1
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
}