public interface CalendarEntrySourceGoogle extends CalendarEntrySource
CalendarEntrySource
is a BBj Interface that defines entry feeds for the BBjCalendarWidget
in the Google Calendar
format.
Entry source feeds are a way to add multiple calendar entries to the calendar at once from a source like a public Google calendar, a web service that provides entries in JSON format, an iCalendar (ICS) file or document, etc.
Modifier and Type | Method and Description |
---|---|
BBjString | getCalendarId() Returns the source's "Calendar ID" string from the settings page for the specific public Google calendar, e.g. "abcd1234@group.calendar.google.com". |
BBjString | setCalendarId(BBjString calendarId!) Sets the source's "Calendar ID" string from the settings page for the specific public Google calendar, e.g. "abcd1234@group.calendar.google.com". |
getAsFormattedString, getAsJsonObject, getAsString, getBackgroundColor, getBorderColor, getClassName, getColor, getDescription, getDisplay, getEnableDurationEditable, getEnableEditable, getEnableOverlap, getEnableStartEditable, getId, getTextColor, getUrl, setBackgroundColor, setBorderColor, setClassName, setColor, setDescription, setDisplay, setEnableDurationEditable, setEnableEditable, setEnableOverlap, setEnableStartEditable, setTextColor, setUrl
public BBjString getCalendarId()
Returns the source's "Calendar ID" string from the settings page for the specific public Google calendar, e.g. "abcd1234@group.calendar.google.com".
public BBjString setCalendarId(BBjString calendarId!)
Sets the source's "Calendar ID" string from the settings page for the specific public Google calendar, e.g. "abcd1234@group.calendar.google.com".
BBjString
calendarId! The "Calendar ID" string from the settings page for the specific public Google calendar, e.g.