The extension is licensed under AGPL-3.0.
- PHP v7.4+
- CiviCRM 5.68+
Learn more about installing CiviCRM extensions in the CiviCRM Sysadmin Guide.
Sysadmins and developers may download the .zip file for this extension and
install it with the command-line tool cv.
cd <extension-dir>
cv dl com.osseed.eventcalendar@https://github.com/osseed/com.osseed.eventcalendar/archive/master.zipSysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.
git clone https://github.com/osseed/com.osseed.eventcalendar.git
cv en eventcalendarEvent Calendar Extension allows you to view all CiviCRM events in a Calendar by month, day, week. The setting page allows us to select which events should be shown on calendar with the color we want for particular event type The setting page configuration for event types filters allows us to filter by particular event types on calendar.
Extension required https://www.drupal.org/project/jquery_update module for installation with Drupal 7 setup.
- Click
Administrator -> CiviEvent -> Event Calendar Settings (civicrm/admin/event-calendar)menu, Please change the setting if required. - Now you can add multiple calendar with specific settings & preview event data as per settings on calendar.
- Click
Events->Show Events (civicrm/showevents)menu to view globalEvent Calendarwith Events as per default settings.
Users can now designate one event calendar as the default for event calendar view (/civicrm/showevents).
- Database: Added
is_defaultcolumn tocivicrm_event_calendar, ensuring only one calendar is marked as default. - Forms & UI: Added a checkbox in the settings form to set a default calendar. The calendar list now displays the default status.
- Upgrade Script: Ensures
is_defaultcolumn is added if missing. - Usability: Simplifies event creation by linking events to the default calendar automatically.
-
If you are using
JoomlaCMS then copy the folderyourextensiondirectory/com.osseed.eventcalendar/joomla/EventCalendartojoomlarootdirectory/components/com_civicrm/views/which will add menu item type for Event Calendar. -
If you are using Wordpress CMS then copy the folder
yourextensiondirectory/com.osseed.eventcalendar/wordpress/wordpress-event-calendartowordpressdirectory/wp-content/plugins/and activate the plugin which will add CiviCRM frontend type for Event Calendar. -
In
Joomlafor frontend calendar display you need to add menu items with menu item type asEvent calendar& configure event calendar setting id (if you have multiple calendar) under it. If you pass emptyIDit will display global calendar for frontend. -
In
Wordpressyou need to addShortcodeunder page like[event_calendar component="event-calendar"]for displaying calendar on front-end page view. Also you can add parameter foridspecific the calendaridif multiple calendar settings are present.
