Dojo Calendar: Update

By: Viktor Krantz on May 17th, 2007

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 Print This Post
Thank you for reading this post. You can now Read Comments (13) or Leave A Trackback.

13 Responses to “Dojo Calendar: Update

  • 1
    Nelson Morris UNITED STATES Windows XP Mozilla Firefox 2.0.0.3
    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;
    }

  • 2
    sri INDIA Ubuntu Linux Mozilla Firefox 2.0.0.3
    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.

  • 3
    Adel KUWAIT Windows XP Internet Explorer 6.0
    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

  • 4
    Chris Mitchell UNITED STATES Windows XP Mozilla Firefox 2.0.0.4
    June 19th, 2007 15:32

    Any plans to contribute this widget back into Dojo 0.9? Maybe via the dojox project?
    -Chris

  • 5
    Viktor Windows XP Mozilla Firefox 2.0.0.4
    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.

  • 6
    Marco UNITED STATES Mac OS X Mozilla Firefox 2.0.0.6
    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

  • 7
    John UNITED STATES Windows XP Internet Explorer 6.0
    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

  • 8
    Viktor Windows XP Mozilla Firefox 2.0.0.9
    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.

  • 9
    Narasimha Reddy INDIA Windows XP Mozilla Firefox 2.0.0.9
    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.

  • 10
    Joan UNITED STATES Windows XP Mozilla Firefox 2.0.0.13
    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?

  • 11
    R. Subramanian INDIA Windows XP Internet Explorer 6.0
    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.

  • 12
    Michel CANADA Windows Vista Mozilla Firefox 3.0
    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

  • 13
    Marco Rodrigues PORTUGAL Linux Mozilla Firefox 3.0.1
    July 31st, 2008 12:28

    I would use a MySQL database, because after that it can be changed for PostgreSQL easily.



Leave a Reply

Note: Any comments are permitted only because the site owner is letting you post, and any comments will be removed for any reason at the absolute discretion of the site owner.