richardtop / CalendarKit

📅 Calendar for Apple platforms in Swift
https://www.youtube.com/watch?v=cJ63-_z1qg8
MIT License
2.52k stars 340 forks source link

Is there any option available to select the event, and also on selection change the time and confirm the time #273

Closed mlkanth7 closed 3 years ago

mlkanth7 commented 3 years ago

New Issue Checklist

Issue Description

Right now on long hold only the event can be selected directly to modify I need to just select the event. and also modify event and keep our comfortable time and then confirm

richardtop commented 3 years ago

Please, use the delegate methods to provide your own functionality. Do not use CustomCalendarViewController or ExampleViewController as a reference or base class.

I recommend asking specific programming questions on StackOverflow with the CalendarKit tag: https://stackoverflow.com/questions/tagged/calendarkit

boominadhaprakash commented 3 years ago

@mlkanth7 Have you implemented that? For me also that kind of functionality required.

richardtop commented 3 years ago

@boominadhaprakash please ask this question on StackOverflow and make sure to add CalendarKit tag. https://stackoverflow.com/questions/tagged/calendarkit

People on that website are way faster answering implementation questions. Here I prefer to focus on bugs or features related to the library, or edge use-cases, not general implementation questions which are better fit for the platform such as StackOverflow