ABC Calendar of Events
Event info & premium will be available on the ABC Calendar after a club submits their info & premium to AKC and emails their AKC event link to the ABC Webmaster
Click here for AKC premium upload instructions.
Event Search & Filtering
*(If you are not finding your event filter for event type “Canceled”)
May 2026
June 2026
September 2026
FT: Central New England
September 25, 2026 All Day Event Field TrialView Events Website
October 2026
FT: Lone Star
October 20, 2026 All Day Event Field Trial
November 2026
December 2026
/* === Force single column, full-width for ABC Events === */
.abc-events {
width: 100% !important;
max-width: 100% !important;
margin: 0 auto !important;
display: flex !important;
flex-direction: column !important;
gap: 0.75rem !important; /* space between events */
}
/* Each event is actually an link */
.abc-events a.ecs_event_clickable {
display: block !important;
width: 100% !important;
padding: 0.75rem 0 !important;
border-bottom: 1px solid rgba(0,0,0,0.1);
text-decoration: none !important;
}
/* Last event no border */
.abc-events a.ecs_event_clickable:last-child {
border-bottom: none !important;
}
/* Event titles */
.abc-events a.ecs_event_clickable h2,
.abc-events a.ecs_event_clickable h3 {
font-size: clamp(18px, 2.2vw, 22px) !important;
margin: 0 0 0.25rem 0 !important;
line-height: 1.25;
font-weight: 700;
}
/* Event meta (date, type, etc.) */
.abc-events a.ecs_event_clickable .ecs_event_date,
.abc-events a.ecs_event_clickable .ecs_event_meta {
font-size: 0.95rem !important;
line-height: 1.3 !important;
margin: 0 0 0.25rem 0 !important;
opacity: 0.85;
}
