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”)
March 2026
FT: Dixieland Ch
March 16, 2026 12:00 am
FT: Pennsylvania
March 21, 2026 12:00 am
FT: Western Michigan
March 27, 2026 12:00 am
FT: Michigan Brittany Ch (GOLGD, GALWGD, OD) - Michigan (Ionia, MI)
March 30, 2026 12:00 am
April 2026
FT: Michigan
April 3, 2026 8:00 am - April 5, 2026 5:00 pm
FT: Kentucky
April 11, 2026 12:00 am
ABC Futurity (Eastern Region)
April 15, 2026 12:00 am
FT: Badger
April 17, 2026 12:00 am
FT: Niagara Frontier
April 18, 2026 12:00 am
FT: Pennsylvania (w)
April 25, 2026 12:00 am
May 2026
FT: Montana
May 2, 2026 All Day Event Field Trial
FT: Pennsylvania
May 2, 2026 12:00 am
FT: Hawkeye (w)
May 9, 2026 12:00 am
FT: Michigan Saginaw
May 16, 2026 12:00 am
June 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;
}
