ethan-fang / Calendar

Monthly view calendar for events
MIT License
35 stars 5 forks source link

Monthly and weekly view #1

Open innokria opened 10 years ago

innokria commented 10 years ago

Is there any possibility to see by months and by week ??

ethan-fang commented 10 years ago

Thanks for asking. Weekly view is in roadmap but not available at the moment.

innokria commented 10 years ago

when is your plan to release that ? since i need ipad version of calendar . If you are already doing it then i will be using this module :)

ethan-fang commented 10 years ago

It is most likely in a month or two. But I can not promise the time frame :(.

innokria commented 10 years ago

cool ..looking forward :)

ethan-fang commented 10 years ago

A very good question. I have just added two functions eventsForDay: and iconEventsForDay: and the usage is in test project too.

innokria commented 10 years ago

can you send me test code so that i can also use??

meanwhile i am thinking my way of doing it .

Thanks

On Fri, Feb 7, 2014 at 7:31 PM, ethan-fang notifications@github.com wrote:

A very good question. I have just added two functions eventsForDay: and iconEventsForDay: and the usage is in test project too.

Reply to this email directly or view it on GitHubhttps://github.com/ethan-fang/DPCalendar/issues/1#issuecomment-34428526 .

ethan-fang commented 10 years ago

Hi, the project is updated and the usage is in DPCalendarTestViewController.m. Please check it out.

innokria commented 10 years ago

I have one question How to update or delete any existing events ? :)

Update => i have added update / delete event implementation

Thanks

On Sun, Feb 9, 2014 at 11:47 AM, ethan-fang notifications@github.comwrote:

Hi, the project is updated and the usage is in DPCalendarTestViewController.m. Please check it out.

Reply to this email directly or view it on GitHubhttps://github.com/ethan-fang/DPCalendar/issues/1#issuecomment-34564665 .

phunagewine commented 8 years ago

Hi may I ask on the approach you used on update/delete? Did you just manipulate on the array of the events? I tried to add my own custom delegate method but was not successful on it.

phunagewine commented 8 years ago

@innokria

innokria commented 8 years ago

Well yes i just update the array and in the background also update my database and reload DB after your operation.
Thats it !! happy coding

hardikamal commented 8 years ago

@ethan-fang any plans on making weekview? screen shot 2016-03-21 at 11 55 31 am