Text Options

Explore this complete list of Calendar.js configuration options for the text to easily set up, customize, and update your calendar settings on the fly.

Example

calendarInstance.setOptions( {
    previousMonthTooltipText: "Previous Month"
} );

Options

Type:Name:Description:
stringpreviousMonthTooltipTextThe tooltip text that should be used for the "Previous Month" button.
stringnextMonthTooltipTextThe tooltip text that should be used for the "Next Month" button.
stringpreviousDayTooltipTextThe tooltip text that should be used for the "Previous Day" button.
stringnextDayTooltipTextThe tooltip text that should be used for the "Next Day" button.
stringpreviousWeekTooltipTextThe tooltip text that should be used for the "Previous Week" button.
stringnextWeekTooltipTextThe tooltip text that should be used for the "Next Week" button.
stringaddEventTooltipTextThe tooltip text that should be used for the "Add Event" button.
stringcloseTooltipTextThe tooltip text that should be used for the "Close" button.
stringexportEventsTooltipTextThe tooltip text that should be used for the "Export Events" button.
stringviewAllEventsTooltipTextThe tooltip text that should be used for the "View All Events" button.
stringviewFullWeekTooltipTextThe tooltip text that should be used for the "View Full Week" button.
stringtodayTooltipTextThe tooltip text that should be used for the "Today" button.
stringrefreshTooltipTextThe tooltip text that should be used for the "Refresh" button.
stringsearchTooltipTextThe tooltip text that should be used for the "Search" button.
stringexpandDayTooltipTextThe tooltip text that should be used for the "Expand Day" button.
string[]dayHeaderNamesThe names to use for the day headers (defaults to ‘[ "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun" ]’).
string[]dayNamesThe full day names (defaults to ‘[ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" ]’).
string[]dayNamesAbbreviatedThe abbreviated day names (defaults to ‘[ "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun" ]’).
string[]monthNamesThe full month names (defaults to ‘[ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ]’).
string[]monthNamesAbbreviatedThe abbreviated month names (defaults to ‘[ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ]’).
stringfromTextThe text that should be displayed for the "From:" label.
stringtoTextThe text that should be displayed for the "To:" label.
stringisAllDayTextThe text that should be displayed for the "Is All-Day" label.
stringtitleTextThe text that should be displayed for the "Title:" label.
stringdescriptionTextThe text that should be displayed for the "Description:" label.
stringlocationTextThe text that should be displayed for the "Location:" label.
stringaddTextThe text that should be displayed for the "Add" button.
stringupdatedTextThe text that should be displayed for the "Update" button.
stringcancelTextThe text that should be displayed for the "Cancel" button.
stringremoveEventTextThe text that should be displayed for the "Remove Event" button.
stringaddEventTitleThe title bar text that is shown for the "Add Event" label.
stringeditEventTitleThe title bar text that is shown for the "Edit Event" label.
stringexportStartFilenameThe starting filename that should be used when exporting calendar events (defaults to "exported_events_").
stringfromTimeErrorMessageThe error message shown for the "Please select a valid ‘From’ time." label.
stringtoTimeErrorMessageThe error message shown for the "Please select a valid ‘To’ time." label.
stringtoSmallerThanFromErrorMessageThe error message shown for the "Please select a ‘To’ date that is larger than the ‘From’ date." label.
stringtitleErrorMessageThe error message shown for the "Please enter a value in the ‘Title’ field (no empty space)." label.
stringstTextThe day ordinal text for "st".
stringndTextThe day ordinal text for "nd".
stringrdTextThe day ordinal text for "rd".
stringthTextThe day ordinal text for "th".
stringyesTextThe text that should be displayed for the "Yes" label.
stringnoTextThe text that should be displayed for the "No" label.
stringallDayTextThe text that should be displayed for the "All-Day" label.
stringallEventsTextThe text that should be displayed for the "All Events" label.
stringtoTimeTextThe text that should be displayed for the "to" label.
stringconfirmEventRemoveTitleThe title of the confirmation message that is shown when removing an event (defaults to "Confirm Event Removal").
stringconfirmEventRemoveMessageThe text for the confirmation message that is shown when removing an event (defaults to "Removing this event cannot be undone. Do you want to continue?").
stringokTextThe text that should be displayed for the "OK" button.
stringexportEventsTitleThe text that should be displayed for the "Export Events" label.
stringselectColorsTextThe text that should be displayed for the "Select Colors" label.
stringbackgroundColorTextThe text that should be displayed for the "Background Color:" label.
stringtextColorTextThe text that should be displayed for the "Text Color:" label.
stringborderColorTextThe text that should be displayed for the "Border Color:" label.
stringsearchEventsTitleThe text that should be displayed for the "Search Events" label.
stringpreviousTextThe text that should be displayed for the "Previous" button.
stringnextTextThe text that should be displayed for the "Next" button.
stringmatchCaseTextThe text that should be displayed for the "Match Case" label.
stringrepeatsTextThe text that should be displayed for the "Repeats:" label.
stringrepeatDaysToExcludeTextThe text that should be displayed for the "Repeat Days To Exclude:" label.
stringdaysToExcludeTextThe text that should be displayed for the "Days To Exclude:" label.
stringseriesIgnoreDatesTextThe text that should be displayed for the "Series Ignore Dates:" label.
stringrepeatsNeverThe text that should be displayed for the "Never" label.
stringrepeatsEveryDayTextThe text that should be displayed for the "Every Day" label.
stringrepeatsEveryWeekTextThe text that should be displayed for the "Every Week" label.
stringrepeatsEvery2WeeksTextThe text that should be displayed for the "Every 2 Weeks" label.
stringrepeatsEveryMonthTextThe text that should be displayed for the "Every Month" label.
stringrepeatsEveryYearTextThe text that should be displayed for the "Every Year" label.
stringrepeatsCustomTextThe text that should be displayed for the "Custom:" label.
stringrepeatOptionsTitleThe text that should be displayed for the "Repeat Options" label.
stringmoreTextThe text that should be displayed for the "More" label.
stringincludeTextThe text that should be displayed for the "Include:" label.
stringminimizedTooltipTextThe tooltip text that should be used for the "Minimize" button.
stringrestoreTooltipTextThe tooltip text that should be used for the "Restore" button.
stringremoveAllEventsInSeriesTextThe text that should be displayed for the "Remove All Events In Series" label.
stringcreatedTextThe text that should be displayed for the "Created:" label.
stringorganizerNameTextThe text that should be displayed for the "Organizer:" label.
stringorganizerEmailAddressTextThe text that should be displayed for the "Organizer Email:" label.
stringenableFullScreenTooltipTextThe tooltip text that should be used for the "Turn On Full-Screen Mode" button.
stringdisableFullScreenTooltipTextThe tooltip text that should be used for the "Turn Off Full-Screen Mode" button.
stringidTextThe text that should be displayed for the "ID:" label.
stringexpandMonthTooltipTextThe tooltip text that should be used for the "Expand Month" button.
stringrepeatEndsTextThe text that should be displayed for the "Repeat Ends:" label.
stringnoEventsAvailableTextThe text that should be displayed for the "No events available." label.
stringviewWeekEventsTextThe text that should be displayed for the "View Full Week" label.
stringnoEventsAvailableFullTextThe text that should be displayed for the "There are no events available to view." label.
stringclickTextThe text that should be displayed for the "Click" label.
stringhereTextThe text that should be displayed for the "here" label.
stringtoAddANewEventTextThe text that should be displayed for the "to add a new event." label.
stringweekTextThe text that should be displayed for the "Week" label.
stringgroupTextThe text that should be displayed for the "Group:" label.
stringconfigurationTooltipTextThe tooltip text that should be used for the "Configuration" button.
stringconfigurationTitleTextThe text that should be displayed for the "Configuration" label.
stringgroupsTextThe text that should be displayed for the "Groups" label.
stringeventNotificationTitleThe text that should be displayed for the notification title (defaults to "Calendar.js").
stringeventNotificationBodyThe text that should be displayed for the notification body (defaults to "The event ‘{0}’ has started.").
stringoptionsTextThe text that should be displayed for the "Options:" label.
stringstartsWithTextThe text that should be displayed for the "Starts With" label.
stringendsWithTextThe text that should be displayed for the "Ends With" label.
stringcontainsTextThe text that should be displayed for the "Contains" label.
stringdisplayTabTextThe text that should be displayed for the "Display" tab.
stringenableAutoRefreshForEventsTextThe text that should be displayed for the "Enable auto-refresh for events" label.
stringenableBrowserNotificationsTextThe text that should be displayed for the "Enable browser notifications" label.
stringenableTooltipsTextThe text that should be displayed for the "Enable tooltips" label.
stringdayTextThe text that should be displayed for the "day" label.
stringdaysTextThe text that should be displayed for the "days" label.
stringhourTextThe text that should be displayed for the "hour" label.
stringhoursTextThe text that should be displayed for the "hours" label.
stringminuteTextThe text that should be displayed for the "minute" label.
stringminutesTextThe text that should be displayed for the "minutes" label.
stringenableDragAndDropForEventTextThe text that should be displayed for the "Enable drag & drop for events" label.
stringorganizerTabTextThe text that should be displayed for the "Organizer" tab.
stringremoveEventsTooltipTextThe tooltip text that should be used for the "Remove Events" button.
stringconfirmEventsRemoveTitleThe title of the confirmation message that is shown when removing events (defaults to "Confirm Events Removal").
stringconfirmEventsRemoveMessageThe text for the confirmation message that is shown when removing events (defaults to "Removing these non-repeating events cannot be undone. Do you want to continue?").
stringeventTextThe text that should be displayed for the "Event" label.
stringoptionalTextThe text that should be displayed for the "Optional" label.
stringurlTextThe text that should be displayed for the "Url:" label.
stringopenUrlTextThe text that should be displayed for the "Open Url" label.
stringthisWeekTooltipTextThe tooltip text that should be used for the "This Week" button.
stringdailyTextThe text that should be displayed for the "Daily" label.
stringweeklyTextThe text that should be displayed for the "Weekly" label.
stringmonthlyTextThe text that should be displayed for the "Monthly" label.
stringyearlyTextThe text that should be displayed for the "Yearly" label.
stringrepeatsByCustomSettingsTextThe text that should be displayed for the "By Custom Settings" label.
stringlastUpdatedTextThe text that should be displayed for the "Last Updated:" label.
stringadvancedTextThe text that should be displayed for the "Advanced" label.
stringcopyTextThe text that should be displayed for the "Copy" label.
stringpasteTextThe text that should be displayed for the "Paste" label.
stringduplicateTextThe text that should be displayed for the "Duplicate" label.
stringshowAlertsTextThe text that should be displayed for the "Show Alerts" label.
stringselectDatePlaceholderTextThe text that should be displayed for the "Select date…" date-picker placeholder text.
stringhideDayTextThe text that should be displayed for the "Hide Day" label.
stringnotSearchTextThe text that should be displayed for the "Not (opposite)" label.
stringshowHolidaysInTheDisplaysTextThe text that should be displayed for the "Show holidays in the main display and title bars" label.
stringnewEventDefaultTitleThe default title that should be used for new events (defaults to "* New Event").
stringurlErrorMessageThe error message shown for the "Please enter a valid Url in the ‘Url’ field (or leave blank)." label.
stringsearchTextBoxPlaceholderThe text that should be displayed for the "Search" dialogs text fields placeholder (defaults to "Search title, description, etc…").
stringcurrentMonthTooltipTextThe text that should be displayed for the "Current Month" label.
stringcutTextThe text that should be displayed for the "Cut" label.
stringshowMenuTooltipTextThe tooltip text that should be used for the "Show Menu" button.
stringeventTypesTextThe text that should be displayed for the "Event Types" label.
stringeventTypeNormalTextThe text that should be displayed for the "Normal" event label.
stringeventTypeMeetingTextThe text that should be displayed for the "Meeting" event label.
stringeventTypeBirthdayTextThe text that should be displayed for the "Birthday" event label.
stringeventTypeHolidayTextThe text that should be displayed for the "Holiday" event label.
stringeventTypeTaskTextThe text that should be displayed for the "Task" event label.
stringlockedTextThe text that should be displayed for the "Locked:" label.
stringtypeTextThe text that should be displayed for the "Type:" label.
stringsideMenuHeaderTextThe text that should be displayed for the "Calendar.js" side menu header label.
stringsideMenuDaysTextThe text that should be displayed for the "Days" side menu label.
stringvisibleDaysTextThe text that should be displayed for the "Visible Days" label.
stringpreviousYearTooltipTextThe tooltip text that should be used for the "Previous Year" button.
stringnextYearTooltipTextThe tooltip text that should be used for the "Next Year" button.
stringshowOnlyWorkingDaysTextThe text that should be displayed for the "Show Only Working Days" label.
stringexportFilenamePlaceholderTextThe text that should be displayed for the "Export" dialogs name placeholder (defaults to "Name (optional)").
stringexportTextThe text that should be displayed for the "Export" button.
stringconfigurationUpdatedTextThe text that should be displayed for the "Configuration updated." notification.
stringeventAddedTextThe text that should be displayed for the "{0} event added." notification.
stringeventUpdatedTextThe text that should be displayed for the "{0} event updated." notification.
stringeventRemovedTextThe text that should be displayed for the "{0} event removed." notification.
stringeventsRemovedTextThe text that should be displayed for the "{0} events removed." notification.
stringeventsExportedToTextThe text that should be displayed for the "Events exported to {0}." notification.
stringeventsPastedTextThe text that should be displayed for the "{0} events pasted." notification.
stringeventsExportedTextThe text that should be displayed for the "Events exported." notification.
stringcopyToClipboardOnlyTextThe text that should be displayed for the "Copy to clipboard only" label.
stringworkingDaysTextThe text that should be displayed for the "Working Days" label.
stringweekendDaysTextThe text that should be displayed for the "Weekend Days" label.
stringshowAsBusyTextThe text that should be displayed for the "Show As Busy" label.
stringselectAllTextThe tooltip text that should be displayed for the "Select All" label.
stringselectNoneTextThe tooltip text that should be displayed for the "Select None" label.
stringimportEventsTooltipTextThe tooltip text that should be used for the "Import Events" button.
stringviewFullYearTooltipTextThe tooltip text that should be used for the "View Full Year" button.
stringcurrentYearTooltipTextThe tooltip text that should be used for the "Current Year" button.
stringalertOffsetTextThe tooltip text that should be displayed for the "Alert Offset:" label.
stringviewFullDayTooltipTextThe tooltip text that should be used for the "View Full Day" button.
stringconfirmEventUpdateTitleThe title of the confirmation message that is shown when updating a repeating event (defaults to "Confirm Event Update").
stringconfirmEventUpdateMessageThe text for the confirmation message that is shown when updating a repeating event (defaults to "Would you like to update the event from this point forward, or the entire series?").
stringforwardTextThe text that should be displayed for the "Forward" button.
stringseriesTextThe text that should be displayed for the "Series" button.
stringviewTimelineTooltipTextThe tooltip text that should be used for the "View Timeline" button.
stringnextPropertyTooltipTextThe tooltip text that should be used for the "Next Property" button.
stringnoneTextThe text that should be displayed for the "(none)" label.
stringshareTextThe text that should be displayed for the "Share" label.
stringshareStartFilenameThe starting filename that should be used when sharing calendar events (defaults to "share_events_").
stringpreviousPropertyTooltipTextThe tooltip text that should be used for the "Previous Property" button.
stringjumpToDateTitleThe text that should be displayed for the "Jump To Date" label.
stringgoTextThe tooltip text that should be used for the "Go" button.