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”)
January 2025
February 2025
FT: Golden Empire
March 22, 2025 All Day Event Field TrialView Events Website
FT: Golden Empire
March 23, 2025 All Day Event Field TrialView Events Website
HT: Del-Val Brittany Club
March 23, 2025 All Day Event Hunt TestView Events Website
SS: Iowa Brittany Club
April 4, 2025 All Day Event SpecialtyView Events Website
FT: Southern New England
April 12, 2025 All Day Event Field TrialView Events Website
FT: Southern New England
April 13, 2025 All Day Event Field TrialView Events Website
FT: Central New England
April 27, 2025 All Day Event Field TrialView Events Website
May 2025
FT: Montana
May 2, 2025 All Day Event Field TrialView Events Website
FT: Oregon
May 31, 2025 All Day Event Field Trial
June 2025
August 2025
September 2025
FT: Central New England
September 25, 2025 All Day Event Field TrialView Events Website
October 2025
November 2025
December 2025
/* === 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;
}