{"skill":{"slug":"discord-event-planner-fuzzy","displayName":"Discord Event Planner","summary":"Plan and coordinate events in Discord. Use when users ask to create, schedule, or manage events, plan meetups, organize activities, set up reminders, or trac...","description":"---\nname: discord-event-planner\ndescription: Plan and coordinate events in Discord. Use when users ask to create, schedule, or manage events, plan meetups, organize activities, set up reminders, or track RSVPs in Discord.\n---\n\n# Discord Event Planner\n\nOrganize events in Discord with scheduling, RSVP tracking, and reminders.\n\n## Commands\n\n### Create Event\n```\n!event create <title> <YYYY-MM-DD> <HH:MM> [description]\n```\n- Title: required, event name\n- Date/time: required, use 24h format\n- Description: optional, event details\n\n### List Events\n```\n!event list\n```\nShows all upcoming events with date, time, title, and RSVP count.\n\n### RSVP\n```\n!event rsvp <event-id> <attend|maybe|decline>\n```\n- `attend` - definitely going\n- `maybe` - might attend  \n- `decline` - can't make it\n\n### Cancel Event\n```\n!event cancel <event-id>\n```\nDeletes the event and notifies attendees.\n\n### Event Details\n```\n!event show <event-id>\n```\nShows full event info with RSVP list.\n\n## Storage\n\nEvents stored in `events.json`:\n```json\n{\n  \"events\": {\n    \"evt_001\": {\n      \"id\": \"evt_001\",\n      \"title\": \"Game Night\",\n      \"date\": \"2026-05-15\",\n      \"time\": \"20:00\",\n      \"description\": \"Weekly gaming session\",\n      \"created_by\": \"user123\",\n      \"rsvps\": {\n        \"attend\": [\"user1\", \"user2\"],\n        \"maybe\": [\"user3\"],\n        \"decline\": []\n      }\n    }\n  },\n  \"next_id\": 2\n}\n```\n\n## Script Usage\n\n```bash\npython scripts/event_manager.py create \"Game Night\" \"2026-05-15\" \"20:00\" \"Weekly gaming\"\npython scripts/event_manager.py list\npython scripts/event_manager.py rsvp evt_001 attend\npython scripts/event_manager.py show evt_001\npython scripts/event_manager.py cancel evt_001\n```\n\n## Discord Formatting\n\n- Event cards use block quotes with borders\n- Timestamps show in user-friendly format\n- RSVP counts color-coded: green (attend), yellow (maybe), red (decline)\n\n## Workflow\n\n1. User requests event creation → parse args → validate date → save\n2. RSVP updates → modify the rsvps object → save\n3. List events → sort by date → show upcoming only\n4. Cancel → remove from events → save","topics":["Discord"],"tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":331,"installsAllTime":12,"installsCurrent":0,"stars":0,"versions":1},"createdAt":1777698751586,"updatedAt":1778492826217},"latestVersion":{"version":"1.0.0","createdAt":1777698751586,"changelog":"- Initial release of Discord Event Planner for organizing events within Discord.\n- Supports creating, listing, and canceling events, as well as RSVP management.\n- Events are stored in a structured JSON file with RSVP tracking.\n- Command-line script included for managing events outside Discord.\n- User-friendly Discord formatting with color-coded RSVP counts and detailed event cards.","license":"MIT-0"},"metadata":null,"owner":{"handle":"fuzzyb33s","userId":"s171y86qx1dr1xnbf5etrq3ke984dt9a","displayName":"Fuzzyb33s","image":"https://avatars.githubusercontent.com/u/221636957?v=4"},"moderation":null}