Creating a Calendar in DW MX 2004

Can someone give me a bit of guidance as to how I create a
calendar in MX 2004 -
I want to create a monthly calendar to add to a webpage,a
full page calendar, not a mini

Google for "calendar script" and you will find 59,000 pages
of guidance.
"munchiedog" <[email protected]> wrote in
message
news:e96itb$is6$[email protected]..
> Can someone give me a bit of guidance as to how I create
a calendar in MX
> 2004 -

Similar Messages

  • Help Needed.. Creating custom calendar problems

    I am trying to create a calendar like this
    DateRun Shift
    10/27/2004 06:30 A
    10/27/2004 18:30 B
    10/28/2004 06:30 C
    10/28/2004 18:30 D
    and so on.. except that there is a small login inside for day when it is Thursday. One week Shift 'A' works and the next week Shift 'B' works..
    Here is the procedure; Appreciate your help immediately.,..
    CREATE OR REPLACE procedure create_calendar as
    STARTDATE VARCHAR2(20);
    shifter1 varchar2(5);
    shifter2 varchar2(5);
    shiftcycle number;
    counts number;
    begin
    startdate := '11/09/2000';
    counts:= 0;
    shiftcycle:= 14;
    delete from calendar;
    commit;
    for counts in 0..1000
    loop
    dbms_output.put_line(counts);
    if to_char(sysdate + counts,'DAY') = 'MONDAY' or to_char(sysdate + counts,'DAY') = 'TUESDAY' or to_char(sysdate + counts,'DAY') = 'WEDNESDAY'
    then
    dbms_output.put_line('Code in here 1');
    shifter1:= 'A';
    shifter2:= 'B';
    insert into calendar (daterun, shift) select to_char(sysdate + counts,'mm/dd/yyyy') || ' 06:30',shifter1 from dual;
    insert into calendar (daterun, shift) select to_char(sysdate + counts,'mm/dd/yyyy') || ' 18:30',shifter2 from dual;
    elsif to_char(sysdate + counts,'DAY') = 'THURSDAY' and mod((to_char(sysdate + counts,'mm/dd/yyyy') - startdate),shiftcycle) = 0
    then
    dbms_output.put_line('Code in here 2');
    shifter1:= 'A';
    shifter2:= 'B';
    insert into calendar (daterun, shift) select to_char(sysdate + counts,'mm/dd/yyyy') || ' 06:30',shifter1 from dual;
    insert into calendar (daterun, shift) select to_char(sysdate + counts,'mm/dd/yyyy') || ' 18:30',shifter2 from dual;
    elsif to_char(sysdate + counts,'DAY') = 'THURSDAY' and mod((to_char(sysdate + counts,'mm/dd/yyyy') - startdate),shiftcycle) <> 0
    then
    dbms_output.put_line('Code in here 3');
    shifter1:= 'C';
    shifter2:= 'D';
    insert into calendar (daterun, shift) select to_char(sysdate + counts,'mm/dd/yyyy') || ' 06:30',shifter1 from dual;
    insert into calendar (daterun, shift) select to_char(sysdate + counts,'mm/dd/yyyy') || ' 18:30',shifter2 from dual;
    elsif to_char(sysdate + counts,'DAY') = 'FRIDAY' or to_char(sysdate + counts,'DAY') = 'SATURDAY' or to_char(sysdate + counts,'DAY') = 'SUNDAY'
    then
    dbms_output.put_line('Code in here 4');
    shifter1:= 'C';
    shifter2:= 'D';
    insert into calendar (daterun, shift) select to_char(sysdate + counts,'mm/dd/yyyy') || ' 06:30',shifter1 from dual;
    insert into calendar (daterun, shift) select to_char(sysdate + counts,'mm/dd/yyyy') || ' 18:30',shifter2 from dual;
    end if;
    --exit when counts >1000;
    end loop;
    commit;
    end create_calendar;

    You don't say what your problem is, so it is kind of difficult to help.
    As a guess, I would say that your code only inserts rows for Wednesdays. TO_CHAR(date, 'DAY') returns a string padded with spaces to the length of the longest day name, in English, that is Wednesday (9 characters).
    SQL>DECLARE
      2     x DATE := sysdate;
      3  BEGIN
      4     IF TO_CHAR(x, 'DAY') = 'THURSDAY' THEN
      5        DBMS_OUTPUT.Put_Line('Is Thursday');
      6     ELSE
      7        DBMS_OUTPUT.Put_Line('Is Not');
      8     END IF;
      9
    10     IF TO_CHAR(x, 'DAY') = 'THURSDAY ' THEN
    11        DBMS_OUTPUT.Put_Line('Now it is Thursday');
    12     ELSE
    13        DBMS_OUTPUT.Put_Line('No it is not!');
    14     END IF;
    15  END;
    16  /
    Is Not
    Now it is ThursdayTTFN
    John

  • Is there a way to create a calendar with a table that self fills in the dates?

    I am creating a calendar that recognizes a date entered into a numeric cell and then calculates the dates for the rest of the cells.
    Ex:  
    Sun
    Mon
    Tues
    Wed
    Thur
    Fri
    Sat
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    24
    30
    31
    I put in 16th a tuesday then the table automatically will put in numbers associated up to #31, but I can correct if say there are only 30 days in the month, so the cell must be modifiable and I should be able to plug in any number in any cell and it will add 1 to the previous cell up to 31.
    Too complicated????? It is for me?

    AIR 2.7 release notes:
    AIR runs on "iPodTouch 4th generation iPhone 3GS and iPhone 4iPad".
    But:
    AIR 2.7 runs on iPod Touch 3rd Generation, too - but only on the 32GB and 64GB models. The 8GB model is in fact only an older 2nd gen iPod Touch.
    We tested this and we even have some apps in the app store running on the iPod Touch 3rd gen.
    I posted about this, look here:
    http://forums.adobe.com/thread/892541?tstart=0

  • How do I create multiple calendars on my iPad?

    How do I create multiple calendars on my iPad?

    I love stealing another users posts and here is one now ....
    You don't create multiple calendars on the iPad.
    The iPad is designed to be synced with a supported application on your computer for contacts and calendar events. The contact Groups I've created with the Address Book on my Mac and the different calendars I have with iCal on my Mac are available and kept synchronized with the my iPhone's Contacts and Calendar applications, and the same applies to the iPad.
    Long story short, this is done with the supported application on your computer used for syncing contacts and calendar events.
    The same principle applies to PC users. You have to sync within iTunes from a supported calendar application on your PC.

  • How to create a calendar activity in accessibility mode ?

    I didn't find any way to create a calendar activity in accessibility mode. Since it shows blank list of days in calendar component for a month.
    It seems to be a bug in ADF calendar component. Please suggest if there is any alternate way to support this.
    Thank you so much.

    Timo,
    From a  reference doc of previous version of jdev/adf, it said :
    http://www.oracle.com/technetwork/cn/java/calendar-091799.html
    Expand the Data Controls accordion and drag the collection that represents the view object for the activity created above (FodCalEventVO) and drop it as a Calendar.
    But in Jdev 12c.--cannot find the Create Calendar choice.
    In jdev 12c can drag and drop a calendar component from the component palette, but do not now how to bind it to view objects.
    Thanks.
    BAO

  • Creating a Calendar View using alternative date fields

    I have a Sharepoint 2007 calendar list that includes the standard Start and End Date fields.  I also have "Suggested Start Date" and "Suggested End Date" fields that are utilized by users to recommend the Start and End Dates for
    the event.
    I can create a Calendar view that displays the events according to the Start and End dates.
    I cannot create a Calendar view that displays the events according to the Suggested Start and Suggested End date fields.
    In practice, all items are not displayed on this second calendar view that should be displayed even though you can choose these fields as Time Interval values when establishing the calendar.
    Is there a way to create a Calendar View that will use date fields other than the default Start and End date fields?
    Thanks,
    Chris Mang>> JDA Software Group, Inc.

    Hello,
    It seems problem with time value. Have you included time value in custom datatime column wile creating? What happens when you select "date only" from column settings?
    You can also try below suggestion to include "IncludeTimeValue" parameter in CAMl query by designer:
    http://stackoverflow.com/questions/18362853/how-do-i-filter-by-today-and-time-in-sharepoint-list-view
    OR else create two more calculated column and save date only in those columns then filter by them.
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How to create a Calendar Class in Universe.

    I want to create a Calendar class which will further contain Year,Quarter,Month,Day,Week Objects which can be used at report level.
    In our database we have different dates in " DD/MM/YYYY:hh:min:ss " format.
    I would like to know if this can be used to create a new Calendar Object or do I need a different table in DB like Calendar look up table provided in sample efashion universe?
    Help appreciated.

    Hi,
    Sorry for the delay in coming back - I had no access yesterday.
    I am not sure what you mean. If you have a lookup table, then you create views/aliases of this table for each of the dates you want to use it for.
    So f your transaction record contains original date and paid_date
    you would create a
    original_date_view as select * from calendar_lookup
    paid_date_view as select * from calendar_lookup
    these views could then be joined to the orginal_date and paid_date fields in your transaction table.
    In the universe you would then expose 2 classes, which contained the same objects.
    Original_date
    Date,
    Day,
    Month,
    Year
    etc
    Paid_date
    Date,
    Day,
    Month,
    Year
    etc
    If you are not using the lookup then you would have to code each date object based on the transaction date field
    So Day in orignal_date would be to_char(txn.original_date, "dd")
    while Day in Paid_date would be to_char(txn.paid_date, "dd")
    Hope this helps
    Alan

  • How to create a calendar layout in jdev 12c?

    In jdev  12c,
    When drag and drop a data control into jsf page, in the popup menu->Create, there is no Create a calendar choice.
    How to create a calendar layout in jdev 12c?
    Thanks.

    Timo,
    From a  reference doc of previous version of jdev/adf, it said :
    http://www.oracle.com/technetwork/cn/java/calendar-091799.html
    Expand the Data Controls accordion and drag the collection that represents the view object for the activity created above (FodCalEventVO) and drop it as a Calendar.
    But in Jdev 12c.--cannot find the Create Calendar choice.
    In jdev 12c can drag and drop a calendar component from the component palette, but do not now how to bind it to view objects.
    Thanks.
    BAO

  • How do I send an Event created in Calendar on my iPad2 via e-mail?

    How do I send an Event created in Calendar on my iPad2 via e-mail?

    Hello, light diva. 
    Thank you for visiting Apple Support Communities. 
    Here is an article that walks you through the process of sending calendar invites. 
    Invite others to an event
    http://support.apple.com/kb/PH4706
    Cheers,
    Jason H. 

  • Can any one give me hint how to create(dsplay) calendar in jsp 1.2

    can any one give me hint how to create(dsplay) calendar in jsp 1.2
    friends
    i wants to display calendar (not the date) in tabular way please give me hint how to create it

    Hi,
    i would just add my question cos it looks similar , how can i add calendar of the whole year and let the user browse and select it
    thanX in advance

  • How to create a calendar using Xcode 4.5

    I am new to xcode and trying to create a calendar in one of the tabs in a tab based application. I dont know what needs to be added in the view area, but from my searching net I have come to know that using eventkit.h one can create a calender. So I added Eventkit.framework in my Framework folder.
    Then in calendarviewcontroller.h
    #import <EventKit/EventKit.h>
    #import <UIKit/UIKit.h>
    @interface CalenderViewController : UIViewController
    @end
    and in .m I somehow found out to insert following
    -(IBAction)AddEvent:(id)sender{
    EKEventStore *eventDB = [[[EKEventStore alloc] init] autorelease];
    EKEvent *holidayEvent  = [EKEvent eventWithEventStore:eventDB];
    holidayEvent.title     = [self.item customValueForKey:@"title"];
    holidayEvent.startDate = startDate;
    holidayEvent.endDate   = endDate;
    holidayEvent.allDay = YES;
    [holidayEvent setCalendar:[eventDB defaultCalendarForNewEvents]];
    NSError *error;
    [eventDB saveEvent:holidayEvent span:EKSpanThisEvent error:&error];
    if (error == noErr)
        [self sendDidFinish];
        return NO;
    else
        [self sendDidFailWithError:error];
    but I dont know what needs to be added before this code in .m file.
    Kindly suggest

    from my searching net I have come to know that using eventkit.h one can create a calender. So I added Eventkit.framework in my Framework folder.
    That code fragment does not create a calendar, it adds a calendar event to the default calendar.
    If you need a visual calendar control, Cocoa does not include that. Various 3rd-party controls are available to provide a calendar UI. I recommend selecting one based on your specific requirements. For example, this one has a similar appearance to the Calendar app.
    https://github.com/klazuka/Kal
    You probably have two broad requirement areas: (1) Manage the calendar and event data, which can be done with Event Kit. (2) The user interface to view the calendar and event data, which can be custom developed, optionally using a 3rd-party library.  Be sure to fully understand your requirements before selecting a 3rd-party control.
    If you are a new Objective-C developer, expect a learning curve.

  • How Do I create a Calendar in Elements 12?

    I want to create a Calendar in Elements 12.   I found the Calendar in the Graphics but I cannot get the pictures in it.  Where can I find a guide or a tutorial for this?

    The simplest way to create a calender in phtooshop elements is to do from the creation panel.
    steps:
    open the images you want to be placed in your calender.
    launch photo calender from create> photo calender.
    choose a suitable layout and a theme. make sure that the "autofill with selected images" option is checked.
    Edit as you desire.
    happy editing

  • Best way to create a calendar

    I want to create a calendar for a friend where people can see
    when his band is available and then be able to book him from
    online. Any tips???? Does Dreamweaver CS3 have something to make
    this easier or would you recommend another program to work along
    side of Dreamweaver?
    Lacy

    You can't book through it, but I've use
    www.easyPHPCalendar.com on a few
    sites and like it a lot. It's pretty easy to set up, easy for
    the client to
    update with dates, and pretty configurable with several
    different "views"
    available. The booking part, well....the best thing is to set
    up a form with
    the info, dates they're interested in, etc so they can just
    send it to the
    manager.
    Mad Dog
    netlace design wrote:
    > I want to create a calendar for a friend where people
    can see when
    > his band is available and then be able to book him from
    online. Any
    > tips???? Does Dreamweaver CS3 have something to make
    this easier or
    > would you recommend another program to work along side
    of Dreamweaver?
    >
    > Lacy

  • Click a date in an e-mail to create a calendar entry fails.

    I click a date in an e-mail to create a calendar entry. Up pops a replica of my calendar for that date.  The replica includes all the existing entries for that date. (So it is clearly accessing my iCloud calendar.)  I say OK to add this new entry.  The calendar replica goes away.  I go to my actual calendar - no entry for the new appointment.  I go back to the e-mail and select the date again and again the replica page appears with the new calender entry shown.  Why doesn't the new entry appear on my real calendar.
    MAC Lion ver. 10.7.3 -- iCloud enabled -- calendar works fine in every other aspect

    I was afraid it was just me. Maybe it was in the upgrade to firefox 3.6.8 as I think it worked one or two upgrades ago.

  • How to create a calendar for two years in GL

    how to create a calendar for two years in GL

    Hi,
    - Login into Oracle EBS and select a responsiblity with GL Superuser drants (e.g. General Ledger Super User)
    - Navigate to Setup + Financials + Calendars and open the GUI Accounting (Navigation for R12)
    - Query the used calendard (used from jour Set of Books/ Ledger via the GUI
    - Enter for each Period (= Period Type 13, 16, 18,...) one Record, have a look to the existing data, used the same logic.
    In the GUI, defined the calendar for 2 Years
    Dirk

Maybe you are looking for