Dojo Calendar: Update
I have put the update of my Dojo Calendar on hold for a while. First I am extremely busy with work here at SNAPPS creating templates for the upcoming release of Lotus Quickr, secondly I’m upgrading all my code to fit better in the upcoming 0.9 release of the Dojo Toolkit.
I’m also looking into integrating with Google Calendar using their API. With PHP you can use the Zend Framework to do that. The next step is to port all my current PHP code over to Java Server Pages (JSP).
I’m very excited that over 200 has downloaded the code from the original post, so there must be some interest out there.
I have a few questions for you the reader.
- What are your plans to use Dojo Calendar for?
- What database will you use to store your calendar entries?
- If you are one of the over 200 that has uploaded the original code. Have you done or are planning any modifications to the code?
Print This Post
Thank you for reading this post. You can now Read Comments (14) or Leave A Trackback.
Post Info
This entry was posted on Thursday, May 17th, 2007 by Viktor Krantz and is filed under Ajax, Dojo.Tagged with: ajax, calendar, calendar entries, dojo, jsp, php, zend
You can follow any responses to this entry through the Comments Feed. You can Leave A Comment, or A Trackback.
Previous Post: Lotus Quickr Demo: QPresent »
Next Post: Faster Ajax with Domino and JSON: Update »
Read More
Related Reading:- Introducing SNAPP-On Modules
- PandaBear updated to 0.54
- SnappFiles: Native iPhone, iPod Touch and iPad client for Lotus Quickr
- Lotusphere 2010
- Time for Collaboration University and visit to old country
- Speaking at IamLUG and MWLUG
- PandaBear and Flippr for Lotus Quickr on The Taking Notes Podcast
- Session lineup for Collaboration University
- Announcement: Collaboration University 2009 Keynote Speakers!
- PandaBear for Lotus Quickr update


May 17th, 2007 16:31
The only mod made was to extend the icon number of the meeting/appt to allow for different icons/background colors of certain entries. i.e. based on a value on the calendar document, outputted a fake icon #.
I essentially wanted this to be replacement for a regular calendar view, but a personal calendar. I didn’t need the appt, mtg, etc. icons.
it was not the most elegant way to do it, but it worked.
i.e.
switch(iconNum){
case “10″:
type = ["appointment"];
break;
case “158″:
type = ["meeting"];
break;
case “177″:
case “9″:
type = ["reminder"];
break;
case “900″:
type = ["blue"];
break;
case “910″:
type = ["green"];
break;
case “920″:
type = ["red"];
break;
default:
type = “”;
break;
in widget:
green: {title: “Green”, src: dojo.uri.dojoUri(”../qsnapps/widget/templates/calimages/green.gif”)},
i set the class here
dojo.html.setClass(oLI, “listItem allDayEvent ” + “camp” + this.calendarEvents[i].type[t] );
and added the following to the css
.campBlue {
background-color: #0066CC;
}
.campGreen {
background-color: #339933;
}
.campRed {
background-color: #990000;
}
May 18th, 2007 14:21
Hi,
First of all, a big thank you. You saved my day. I have searched so many places for something like this from past days.
Your code gives me a good place to start writing my version for the product that I am working on. So yes I am planning to add resource locking and such. If you are interested I can post back my changes.
We will using it against postgres DB in a java environment.
Thanks again.
June 3rd, 2007 01:39
hi,
first, thank you a lot for your work.
2nd, I want to answer your questions
What are your plans to use Dojo Calendar for?
use it in my company collop. system
What database will you use to store your calendar entries?
no database, we will intgrate with MS exchange.
If you are one of the over 200 that has uploaded the original code. Have you done or are planning any modifications to the code?
I have not download it yet, but yes, I am planning to modifie it and I would love if we can have a place where we can share our modifications so that we build a better more powerful Dojo Calendar
thank you and you have a wonderful day
Adel
June 19th, 2007 15:32
Any plans to contribute this widget back into Dojo 0.9? Maybe via the dojox project?
-Chris
June 19th, 2007 16:10
Chris -
Now there’s a good idea.
If I ever get it to where I want it, I will definitely work on that.
August 27th, 2007 12:49
hi,
I’m wondering why it became so silent around your calendar. isn’t anybody interessted in using it with dojo’s 0.9 API???
Would be so nice to get it work. I just have several fields where I could place it. Because I’ve only worked with dojo 0.9 yet I’ve never see the calendar in real action
greets, and big thx if an update is practible
marco
November 5th, 2007 15:42
Viktor,
Any plans on when part two will be available. I just downloaded dojo 1.0 and have not been able to get it to work.
Any help would be appreciated. Don’t leave PHP forever.
John
November 6th, 2007 16:33
I’m working on getting the Dojo Calendar to work with 1.0. I should have it done in the next week or two.
November 15th, 2007 01:12
Hi Viktor,
I am updating my application from 0.4 to 1.0, I was able to integrate your calendar with o.4 but not 1.0. can u please help me out.
This could save lot off my time.
Thanking you.
April 1st, 2008 13:39
Hi Viktor,
I am trying to build an application that would use the calendar widget. I love the look and feel of your calendar but can’t get it to work. I downloaded the toolkit 1.1, mywidgets and the calendar.html but get nothing when viewed. I am currently using Firefox 2.0. I would also be interested in using mysql as a backend, is that something that will be coming out soon?
April 16th, 2008 07:00
Hi Viktor,
Is your dojo calendar for 1.0 is ready, I was eagerly waiting for your calendar for long time.
July 7th, 2008 14:54
I’m looking to use dojo to improve my site, http://www.freetrainingplan.com and will need an attractive calendar.
I would be great if you could contribute your work with latest dojo library.
Michel
July 31st, 2008 12:28
I would use a MySQL database, because after that it can be changed for PostgreSQL easily.
February 6th, 2009 13:54
Your links on the orig post have changed?
I am taken to tagcloud etc.
Please update the links.
Thanks,
Sri.