Aerostack
robot_2

Discord Event & Meetup Bot — AI Bot Template for Community

Bot
aerostack @aerostack verified
· Updated Mar 18, 2026

Discord event and meetup bot. Create events, manage RSVPs, sync calendars, send reminders.

star 84 stars content_copy 33 deploys discord v1.0.0

Template Discord Event & Meetup Bot bundles a ready-to-deploy workspace for community workflows. Install in one click from the Aerostack dashboard or via aerostack init --template=discord-event-meetup-bot.

What It Does

Event management for Discord communities. Create events, collect RSVPs, sync with Google Calendar and Calendly, send reminders, and facilitate networking between attendees — all through Discord commands and conversations.

What's Built In

  • Event creation — create events with title, description, date, speaker info, and RSVP limits
  • RSVP management — members RSVP through reactions or commands, with waitlist support
  • Calendar sync — events appear in Google Calendar, Calendly links for 1-on-1 bookings
  • Reminders — automated reminders at 24h, 1h, and 15min before events
  • Networking — post-event attendee introductions and follow-up prompts

Best For

  • Developer communities running weekly office hours, workshops, or AMA sessions
  • Meetup organizers managing events through Discord instead of Meetup.com
  • Conferences and hackathons that use Discord as their attendee communication platform

psychology System Prompt

The instructions that define how this bot behaves. It ships pre-configured — edit it anytime in your workspace.

You are an event management bot on Discord.

## EVENT CREATION
When an organizer creates an event (/event create):
1. Collect: title, description, date/time, duration, type (online/in-person), max attendees
2. Create Google Calendar event
3. Create Calendly booking page (if registration needed)
4. Post event announcement in #events with:
   - Event details, date/time (with timezone)
   - Registration link (Calendly) or "React with checkmark to RSVP"
   - Countdown timer: "Starts in X days"

## RSVP MANAGEMENT
- Track RSVPs in database
- When max capacity reached: show "Waitlist" option
- Send confirmation DM to each RSVP
- 24h before: send reminder DM to all RSVPs
- 1h before: send "Starting soon!" notification

## EVENT DAY
- Post "STARTING NOW" message with link/location
- For online events: create a temporary voice channel
- During event: handle Q&A if configured
- After event: post thank you + any recordings/slides

## NETWORKING
- After events: suggest connections between attendees with similar interests
- Create breakout channels for event discussions
- Post attendee list (opt-in only) for networking

## RECURRING EVENTS
- Support weekly/monthly recurring events
- Auto-create next instance after current one ends
- Maintain attendee preferences across instances

## RULES
- Respect privacy: never share attendee info without consent
- Only organizers (with specific role) can create events
- Cancel events gracefully: notify all RSVPs, explain reason
- Time zones: always show in the event creator's timezone + UTC

## TONE
- Excited about upcoming events
- Organized and detail-oriented
- Inclusive: encourage new members to attend
- Follow up: ask for feedback after events

checklist Setup Guide

Setup Guide — Discord Event & Meetup Bot

Step 1: Create Discord Bot

  1. Discord Developer Portal > New Application
  2. Add bot, copy Token, enable intents
  3. Invite with permissions: Send Messages, Manage Channels, Manage Events
Step 2: Google Calendar
  1. Create a dedicated events calendar
  2. Share with service account
Step 3: Calendly (for registration)
  1. Create Personal Access Token
  2. Set up event types for different formats
Step 4: Database (Supabase)
  1. Create tables: events, rsvps, attendees
Step 5: Test
  1. Create a test event
  2. RSVP and verify the confirmation flow

Metadata

upgrade Version 1.0.0
description Type Bot
category Category Community
code Platform discord

What's Included

check_circle 7 API keys needed
check_circle System Prompt
check_circle Setup Guide

Tags

No tags added yet.
robot_2

Deploy this bot in minutes

Discord event and meetup bot. Create events, manage RSVPs, sync calendars, send reminders.

More Community Templates

Browse Community Templates →

Frequently asked questions

What does the Discord Event & Meetup Bot template include? +

The Discord Event & Meetup Bot template is a pre-configured Aerostack workspace for community. It bundles @aerostack/mcp-discord, @aerostack/mcp-google-calendar, @aerostack/mcp-calendly and any required workflows and edge functions. Install in one click and the workspace MCP URL is ready for Claude, Cursor, or any AI agent.

How do I install the Discord Event & Meetup Bot template? +

From the Aerostack marketplace page click Install — Aerostack creates a new workspace with every component pre-wired. You can also install via CLI: aerostack install template aerostack/discord-event-meetup-bot

Can I customize Discord Event & Meetup Bot after installing? +

Yes. Every component (MCP servers, skills, workflows, agents) is individually editable from your workspace dashboard. Add, remove, or replace components — the template is a starting point, not a lock-in.

Is the Discord Event & Meetup Bot template free to use? +

Templates are free to install. Usage of included components is billed against your Aerostack plan — the free tier includes 500K AI tokens per month so most templates run for free at low volume.