<?xml version="1.0"?>
<menu>
  <item>
    <path>civicrm/showevents</path>
    <page_callback>CRM_EventCalendar_Page_ShowEvents</page_callback>
    <title>Show Events</title>
    <access_arguments>view event info</access_arguments>
    <access_callback>1</access_callback>
    <is_public>true</is_public>
  </item>
  <item>
    <path>civicrm/eventcalendarsettings</path>
    <page_callback>CRM_EventCalendar_Form_EventCalendarSettings</page_callback>
    <title>Event Calendar Settings</title>
    <access_arguments>administer CiviCRM</access_arguments>
  </item>
  <item>
    <path>civicrm/admin/event-calendar</path>
    <page_callback>CRM_EventCalendar_Page_ManageEventCalendars</page_callback>
    <title>Manage Event Calendars</title>
    <access_arguments>administer CiviCRM</access_arguments>
  </item>
</menu>
