Skip to content

🗓️ Calendar Feed Integration

Description

Provide referees with iCal calendar feed URLs for assignment synchronization

Requirements

  • Generate iCal format calendar feeds
  • Unique URLs per referee
  • Integration with popular calendar apps
  • Real-time updates when assignments change

Acceptance Criteria

  • Referees can subscribe to their assignment calendar
  • Calendar updates automatically with new assignments
  • Works with major calendar applications
  • Secure, personalized feed URLs

Technical Notes

  • Backend route exists: backend/src/routes/calendar.js
  • Need iCal generation library
  • Consider security for feed URLs

Priority

Medium - Convenience feature for referees