How to mark a particular event date in Calander in IOS - ios

i am doing an application for IPhone in that i need to implement a calendar feature.I am usig calender which is really good and easy to use.now the problem is after an event is being added by the user i need to highlight that event date in the calendar.
please tell me what modifications that i need to do in the Library to achieve that.
all comments and answers are appreciated.
Thankyou.

I have suggested this calendar..
https://github.com/ruslanskorb/RSDayFlow

Related

How to display users calendar in ios app

Does anyone know of the best way to import a users calendar events into a prebuilt calender object. Currently i'm looking at using
https://github.com/jivesoftware/PDTSimpleCalendar
but my problem i'm having is how to use event kit to actually import the users current calendars. I've already got event kit set up where the user can add an event etc to the calendar but am not sure about the best way to display these events. If this is too vague, please let me know, i don't know of any other way to word it.
Thanks!
1.list of some calendar components that may be helpful for you to create the UI.click hear
2.mini-tutorial click hear
3.code sampleclick hear
this may help you

Adding events using EkEvents in Apple Calendar

I want to add 200 events in Apple's calendar programmatically. Is there possible to do?
I tried to add..but the process is too slow.
so kindly explain the better way to do.

How to show Events for selected month in MBCalendarkit

I am using MBCalendarkit for showing custom calendar in my app. But I unable to show events on calendar. Any help will be appreciated.Thank you.
I'm the author of MBCalendarKit.
Have a look at the documentation in the README. It's been updated since this question was asked, and hopefully it's more clear. There's also newer sample code in the repository.

iOS iPad custom calendar control

Is there any custom calendar control for iPad that could help me create a schedule-view ? I just need the schedule view to make new appointments. This is what I want to accomplish :
Maybe you could give me some suggestion on how to approach this. I am new in iOS development so any suggestion is welcome.
There are a lot of calendars on Cocoa Controls.
One of them seems to look like what you want : MADayView.
You may also look at :
OCCalendar
MAWeekView
Kal
Tapku Calendar
CKCalendar

How to create application which displays calendar events in timeline view for daily and weekly bases?

Is there any code or library available to develop such an application which displays calendar events in week view or daily view or yearly view according to requirement?
Requirement is the code should be in such a generalize format that it can compatible with all 3 conditions to plot events and display them.
Also that code/library should care about the overlapping events or over-day events.
Please guide me on this. I am completely blank for EventKit framework and such a designing.
Thanks in advance.
Mrunal
I am not sure this is exactly what you are looking for, there are some calendar frameworks available. Please have look here
CocoaControls
Tapku // Seem to be one of the best one, try seeing its demo.
-anoop

Resources