disable add to calendar button

This commit is contained in:
Dobromir Popov
2024-03-13 12:23:22 +02:00
parent dedd73a6ef
commit 1fb9bae130
3 changed files with 23 additions and 5 deletions

View File

@ -560,7 +560,7 @@ async function DeleteSchedule(axios: Axios, date: Date, forDay: Boolean | undefi
async function CreateCalendarForUser(eventId: string | string[] | undefined) {
try {
CAL.authorizeNew();
//CAL.authorizeNew();
CAL.createEvent(eventId);
} catch (error) {
console.log(error);