diff --git a/views/appointment_view.py b/views/appointment_view.py
index 89391640765281ec0127c4409f2e54febab927c0..e09dd09694118bc386c0fc8a6c3269e1704556a3 100644
--- a/views/appointment_view.py
+++ b/views/appointment_view.py
@@ -48,7 +48,7 @@ class AppointmentView(discord.ui.View):
         if appointment:
             appointment = appointment[0]
             await interaction.response.send_message("", file=File(appointment.get_ics_file(),
-                                                                  filename=f"{appointment.title}.ics"), ephemeral=True)
+                                                                  filename=f"{appointment.title}_{appointment.uuid}.ics"), ephemeral=True)
 
     @discord.ui.button(label='Löschen', style=discord.ButtonStyle.gray, custom_id='appointment_view:delete', emoji="🗑")
     async def delete(self, interaction: discord.Interaction, button: discord.ui.Button):