Rallly logo

Rallly

Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.

Alternative to: doodle, when2meet


About Versions (95)

v4.4.0

2025-09-10

What’s Changed

📅 Better ICS lifecycle management

  • Improved the formatting of the email that gets sent out when finalizing a poll so that it is recognized as a calendar invite by email clients
  • Added uid to the ICS file so that event details are synchronized across all attendees when changes are made
  • Added sequence to keep track of changes to the event such as cancellation

✨ New environment variables for disabling email login and registration

  • Added EMAIL_LOGIN_ENABLED which can be set to false to limit login to SSO
  • Added REGISTRATION_ENABLED which can be set to false to disable the registration page

🔒 Secure SMTP defaults

  • Improved the default configuration to reject unauthorized certifications when using TLS
  • Deprecated SMTP_TLS_ENABLED and introduced SMTP_REJECT_UNAUTHORIZED instead

New Contributors

Full Changelog: https://github.com/lukevella/rallly/compare/v4.3.1…v4.4.0