Create Custom Popup
#1338
-
Hello, The possibility to create our own popups seems to be removed since 2.XX versions, Before an event, "beforeCreateSchedule" was available and was used to create our own event popup. it is not present in 2.XX versions. or maybe there is a workaround or an another tip to address this issue ? Thanks :) |
Beta Was this translation helpful? Give feedback.
Answered by
adhrinae
Dec 27, 2022
Replies: 1 comment
-
There was a major change in API naming. So you can use https://github.com/nhn/tui.calendar/blob/main/docs/en/apis/calendar.md#beforecreateevent |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adhrinae
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There was a major change in API naming.
https://github.com/nhn/tui.calendar/blob/main/docs/en/guide/migration-guide-v2.md#change-term-from-schedule-to-event
So you can use
beforeCreateEvent
instead ofbeforeCreateSchedule
.https://github.com/nhn/tui.calendar/blob/main/docs/en/apis/calendar.md#beforecreateevent