Flex Calendar
hi…
I want to create a calendar with three views ( Month view, Week view and Day view ).
I have seen Quietly’s calendar http://www.quietlyscheming.com/blog/components/interactive-calendar/
and Flex Lib Scheduler http://code.google.com/p/flexlib/
and this one ( used of Quielty’s with some modifications ) http://blog.flexcommunity.net/?p=11
I need suggestions / help in regards
- Has any one used any calendar among above ? – Can you suggest – What type of input data Quietly’s calendar takes as an input ? – Is any itemRenderer is requiered fof Quitly’s calendar ? If so, plz. let me know – Are there any other alternatives for these calendars in Flex ?
Thanking you in advance.
- Mor
Related posts:
- FLEX Calendar
- FLEX Calendar
- FLEX Calendar
- FLEX Calendar
- FLEX Calendar
- Discussion on flex-events-calendar
- New Birthday Calendar
- Calendar Control
- Flex 4 Component Lifecycle (Slides and Code) — from my talk this Friday at Bangalore Flex User Group
- How to import a flex project downloaded from google code to flex IDE
You have not seen this one though….
http://www.thetechlabs.com/tutorials/interfaces/create-a-dynamic-event-calendar-in-flex-builder-3-with-actionscript-30/
On Wed, Jul 22, 2009 at 10:45 PM, Mor wrote: > > hi… > > I want to create a calendar with three views ( Month view, Week view > and Day view ). > > I have seen Quietly’s calendar > http://www.quietlyscheming.com/blog/components/interactive-calendar/ > > and Flex Lib Scheduler > http://code.google.com/p/flexlib/ > > and this one ( used of Quielty’s with some modifications ) > http://blog.flexcommunity.net/?p=11 > > I need suggestions / help in regards > > – Has any one used any calendar among above ? > – Can you suggest – What type of input data Quietly’s calendar takes > as an input ? > – Is any itemRenderer is requiered fof Quitly’s calendar ? If so, plz. > let me know > – Are there any other alternatives for these calendars in Flex ? > > > Thanking you in advance. > > – Mor > > >
Hi Mor,
Take a look at the ILOG Elixir Calendar component. http://www.ilog.com/products/ilogelixir/features/calendar/
I have used the calendar and its really easy to integrate your code with this library.
But what may concern you is that Its not a free version. You get 60 days trail period, in which the rendered calendar would have a watermark over that and you cannot use it in production.
Its quite a good investment for you to go with it if you are incorporating in your product/application.
Madan N
On Thu, Jul 23, 2009 at 11:15 AM, Mor wrote: