custom form

I am using custom form for my schedular is it possible to use full day and recurring event functionality in my custom form ?

Thanx

Full day checkbox just changes start and end date of event ( set them to 00-00 of this and next day ) so you can duplicate such behavior in custom form.

Recurring form is more complex and it is a complex task to make replacement for it. You can check docs for expected values of rec_type, which custom form must returns, but existing UI can’t be reused.

can u please show me how to implement full day functionality in fully custom form