« Tips on getting a code signing certificate | Main | Maptacular 2.0: a desktop mapping application for AIR »
April 2, 2008
Lineup: an Exchange calendar viewer for AIR
I did a screencast of an Exchange calendaring application I wrote for AIR. Click here to watch it.
It's one of the most useful applications I've written so far, and probably the most popular within Adobe. It lets you view your Exchange calendar, and it notifies you of upcoming meetings. It also works offline, so you can view your calendar and get meeting details while you're between internet connections.
Lineup uses all the following open source ActionScript 3 libraries:
- as3corelib: various utilities like advanced date parsing.
- as3exchangelib: talks to Exchange servers.
- as3nativealertlib: a modal alert that appears in its own native window.
- as3notificationlib: creates notification windows, and provides a layer of abstraction on top of OS-specific notifications.
- as3preferenceslib: manages application preference persistence, including encryption when necessary.
The complete source code for Lineup itself is also available on Google Code, or you can simply click on the badge below to install it.
Posted by cantrell at April 2, 2008 9:39 AM
Comments
Right on. I bookmarked all the libs. Thank you.
Posted by: Chris Charlton at April 2, 2008 10:37 AM
This is great, I have been looking for a Flex Calendar so I can turn it into a component, the schedule framework (oddly I saw you didnt use it) its just not that easy to implement that kind of navigation.
Posted by: Raul Riera at April 2, 2008 11:58 AM
Hmmm the code is kind of large to download (specfially the assets part) any chance it could be included in a ZIP?
Posted by: Raul Riera at April 2, 2008 12:01 PM
How would I use the AS Libs in an html/Ajax Air app?
Thanks for the great work
Posted by: Rob at April 9, 2008 10:47 AM
Incredible work!
Thank you for open sourcing it too, gives a great insight into how structure applications in Air.
Furthermore, you used Cairngorm in a way that's made it all make sense!
Thank you.
Posted by: Al at April 13, 2008 10:02 PM
Hey Christian - what's the status on being able to use Lineup to create meetings? I'm considering getting your latest code and trying to add that feature, but I don't want to duplicate your effort if you're already working on it.
Posted by: RJ at May 2, 2008 9:09 AM
I'm not actively developing it right now, so I'd love it if you added that feature!
Thanks,
Christian
Posted by: Christian Cantrell at May 2, 2008 9:59 AM
Hi Christian,
I wanted to explore exchange protocol and some new features to as3exchangelib, could you help where can i find the resources?
Thanks,
/deve
Posted by: deve at May 28, 2008 7:11 AM
Hi, I downloaded complete source code
but the program doesn't recognize the type
'Services' in the main class 'lineup.mxml'
what is the problem ???
Thanks
Posted by: mathieu at June 5, 2008 12:50 AM
Hi,
I encountered the same problem as Mathieu.Does anyone has any idea ??
Thanks
Posted by: Pallab at June 24, 2008 2:28 AM
Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy (updated 07-14-2009).