Community over Code is also an official event
diff --git a/source/_index.md b/source/_index.md
index 233d4fd..4bcdfd0 100644
--- a/source/_index.md
+++ b/source/_index.md
@@ -29,11 +29,10 @@
 Follow us on Twitter at [@ApacheCon](https://twitter.com/apachecon) for
 the latest news and announcements.
 
-<em>Disclaimer: Events called 'ApacheCon' or 'Apache Roadshow' (events
-in bold) are
-official Apache Software Foundation events. Other listed events are put
-on by projects, or third-party producers, and are listed here to support
-our community, but are not official Foundation events.</em>
+<em>Disclaimer: Events called 'ApacheCon', 'Apache Roadshow' or 'Community over Code' (events in
+bold) are official Apache Software Foundation events. Other listed events are put on by projects,
+or third-party producers, and are listed here to support our community, but are not official
+Foundation events.</em>
 
 ## Past Events & Get Involved
 
diff --git a/static/js/events-calendar.js b/static/js/events-calendar.js
index 99b3094..fa5ad42 100644
--- a/static/js/events-calendar.js
+++ b/static/js/events-calendar.js
@@ -33,7 +33,7 @@
 
        var el = response['items'];
        let reg = /T.*$/;
-       let official = /(ApacheCon|Roadshow)/;
+       let official = /(ApacheCon|Roadshow|Community (O|o)ver Code)/;
        if (el.length > 0) {
           for (i = 0; i < el.length; i++) {
              var ev = el[i];