package de.jeyp91.googlecalendar; public class CalendarConfigProvider { private static String GOOGLE_CALENDAR_ID = "825f79shtm9n3uknj99iuu2qho"; public static String getCalendarUrl() { return GOOGLE_CALENDAR_ID + "@group.calendar.google.com"; } public static String getCalendarId() { return GOOGLE_CALENDAR_ID; } }