You can hide the buttons on the event details page by adding the following CSS code under Calendar Settings > Customize > Custom CSS box:
.timely-save-link { display: none; }
WordPress Plugin (v.2.6.8 and older + old platform)
You can hide the buttons on the event details page by adding the following CSS code under Calendar Settings > Customize > Custom CSS box:
.timely-save-link { display: none; }