-
Hi, The idea is to use my own custom button, and by js, trigger atcb to directly generate an ics. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @Colir , At the moment this is not possible - unfortunately. Best, |
Beta Was this translation helpful? Give feedback.
-
Hi @jekuer , thanks for the information, I also need this feature. BTW, for the current version, I found a workaround, which can make this feature happen. What we are doing is, we have the following CSS. #atcb-bgoverlay {
display: none !important;
} Meanwhile we have the following JS code after we click our custom button. atcb_action({...})
document.getElementById('atcb-btn-custom-ical')?.click() @jekuer could you share your thoughts whether the code above is reliable for current version? Thanks. |
Beta Was this translation helpful? Give feedback.
Hi @Colir ,
At the moment this is not possible - unfortunately.
However, it will be in the upcoming V2 of the tool. Stay tuned! 😃 .
Best,
Jens