Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 20 additions & 9 deletions calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const formatTag = (tag: EventType | Disciplines): string => {
'ai': 'Artificial Intelligence',
'cybersecurity': 'Cybersecurity',
'ama': 'Ask Me Anything',
'athenaeum': 'Athenaeum',
'other': 'Other',
};
return tagMapping[tag];
Expand Down Expand Up @@ -220,16 +221,16 @@ export const CALENDAR_EVENTS: CalendarEvent[] = [
tags: ['athena-event']
},
{

date: new Date('08-05-2025'),
name: 'Plunge Workshop',
description: 'Plunge into CAD! Learn how to make custom, stamp-style cookie cutters and get them shipped!',
date: new Date('07-25-2025'),
name: 'Episode 1: Lara Rubbelke AMA',
description: "Join us for Episode 1 of the Athenaeum web series, where we'll be having a Q&A session with [Lara Rubbelke](https://www.linkedin.com/in/lararubbelke/), the CTO of Microsoft Americas!",
hostedBy: [
{ username: '@Kate', avatarUrl: 'https://ca.slack-edge.com/T0266FRGM-U07PXU0657B-19a567a11837-512' },
{ username: '@elia', avatarUrl: 'https://ca.slack-edge.com/T0266FRGM-U06HPP9GZ3R-c28081aa1f5d-512'},
{ username: '@Charlotte', avatarUrl: 'https://ca.slack-edge.com/T0266FRGM-U084T4KCZ8Q-fc1551bf4b82-512'}
],
rsvpLink: 'https://lu.ma/am58in3m',
tags: ['hardware', 'workshop']
},
rsvpLinks: ['https://hackclub.slack.com/archives/C0266FRGT/p1753316127392049'],
tags: ['ama', 'athenaeum']
}
{
date: new Date('07-28-2025'),
name: 'Intro to Cybersecurity',
Expand All @@ -239,7 +240,17 @@ export const CALENDAR_EVENTS: CalendarEvent[] = [
rsvpLink: 'https://lu.ma/qcs24861',
tags: ['cybersecurity', 'workshop']
},

{

date: new Date('08-05-2025'),
name: 'Plunge Workshop',
description: 'Plunge into CAD! Learn how to make custom, stamp-style cookie cutters and get them shipped!',
hostedBy: [
{ username: '@Kate', avatarUrl: 'https://ca.slack-edge.com/T0266FRGM-U07PXU0657B-19a567a11837-512' },
],
rsvpLink: 'https://lu.ma/am58in3m',
tags: ['hardware', 'workshop']
},
{
date: new Date('08-09-2025'),
name: 'Full Stack Web Development',
Expand Down