How do I mark up multiple day events like school holidays?

I would like to mark up school holidays to help with planning family holidays.
Other than marking each day individually how can it be done?
I actually would need 2 school calendars as my boys go to 2 different schools and the holidays are different.
I imagine a user would need to mark up multiple day events like conventions or business trips similarly.
If it were my physical diary I would color the whole day background both on the day and on the year/month layout to block them out and make them clearly distinguishable in whatever view.
I have subscribed to the Australian Holidays calendar but it is incomplete. Major holidays such as the Easter break, Labor Day, Bank Holidays and Queen's Birthday etc are not included. In fact, except for Christmas, Australia Day and Anzac Day it did not have much at all.
If Apple needs an accurate set of Australian & NZ holiday calenders broken down into States & NZ regions, I am happy to assist. The information is available in the front of every diary sold here.
Beaut iMac G5 2Ghz + G4 400 AGP upgraded to G4 1000 that bombs all the time   Mac OS X (10.4.6)  

If you have other all-day events, there will be a separate pane for them at the top of the calendar in week view. Control-click in this area on the first day, choose New Event, then drag the right edge of the new event over as many days as you need.
AK

Similar Messages

  • How do I mark an all-day event as "busy"

    How do I mark an all-day event as "busy"

    [email protected] wrote:
    You need to use a third-party ID3 tagging tool for this. I use MetaX. http://www.kerstetter.net/index.php/projects/software/metax
    Thanks, downloading now. Apple really should have a way of doing this. Don't want my daughter watching Derek and Clive when she gets bored of Dora the Explorer!

  • Multiple day events

    I exported an .ics event from my work calendar and e-mailed it to my Mac at home.
    It was a vacation starting on Fri 12/18/2009 at 6:30 (when I start my work day), and ending on Mon 12/21/2009 at 3:00.
    My wife and I share our iCal via our .mac account, and she called me to say I needed Monday off as well - it showed up on her calendar as a Friday vacation only. Opening the event showed the correct time. A solution was to change it to full day events - now it showed as 4 days instead of as one day glancing on the month's calendar.
    Is there a set-up we have wrong, or is this just the way iCal displays multiple day events that aren't marked as full day events? (I hope it's the former, as it is not a good design at all).

    I exported an .ics event from my work calendar and e-mailed it to my Mac at home.
    It was a vacation starting on Fri 12/18/2009 at 6:30 (when I start my work day), and ending on Mon 12/21/2009 at 3:00.
    My wife and I share our iCal via our .mac account, and she called me to say I needed Monday off as well - it showed up on her calendar as a Friday vacation only. Opening the event showed the correct time. A solution was to change it to full day events - now it showed as 4 days instead of as one day glancing on the month's calendar.
    Is there a set-up we have wrong, or is this just the way iCal displays multiple day events that aren't marked as full day events? (I hope it's the former, as it is not a good design at all).

  • International travel and multiple-day events with time zones

    I can't see how I can set an international travel easily as one event, e.g. from 2010-01-11 20:30:00+11:00 to 2010-01-11 07:10-10:00. I can set both as in one Time Zone, but that is not what I want. I want to set as my itinerary from a travel agent says, e.g. the start and end in different Time Zones. Although I can enter the departure and arrival as two events, that is not what I want to do. The air travel is one event, not two.
    Also, I often want to set schedules for multiple-day international meetings using the local time of the meetings while my iCal is still in my own Time Zone, but this is not possible. As soon as I select All Day in a new event, the Time Zone option disappears. Of course, I can change my iCal Preferences to use the target Time Zone (instead of my local one) and then set the meeting schedule, but this is not what I want to do. I want to be able to select a different Time Zone for multiple-day events while I am in my own Time Zone.
    These are rather common problems in any internatioanl businesses I suspect. It would be really handy to tie iCal with travel itinerary applications. If this is possible, I also would be able to get the information directly from travel agents in iCal format and it is a great potential for developing such applications.
    Does anyone know whether these are possible in iCal or whether Apple may be working on it?
    I also can't find a Feature Request for Apple, to ask about it. Does anyone know where to find it?
    Thanks.
    Message was edited by: yoichi.takayama

    I just didn't get the context here. Do you want to display multiple rows within one Outlook calendar event? If yes, I think it's impossible.
    Please reattach the sample which will be very helpful for others to understand your requirement, then possibly provide a solution.
    Bhasker Timilsina (ManTechs Inc)

  • Use multiple day event in Calendar region

    I am using a Calendar region in my application. One issue i have run into is, some of my events are multiple-day events, such as a conference. The calendar application does not seem to be able to deal with multiple-day events. It takes one date as the date. There doesn't seem to be any way of dealing with multiple day events. In my case, I have 2 date fields in my table associated with my calendar - a starting date, and an ending date.
    Has anyone found a way to deal with this situation? I don't want to have a separate entry for each date of the event. I'd like to be able to use my start date, and ending date fields.
    Thanks,
    John

    Scott,
    I took the SQL you used in your trigger and substituted my table names and fields. I am getting 3 errors. Here is what my code looks like after the substitutions (my table names are 'meetings_tbl' and 'meetings_tbl_cal'):
    CREATE OR REPLACE TRIGGER ai_meetings
    AFTER UPDATE OR INSERT ON meetings_tbl
    FOR EACH ROW
    DECLARE
    l_date_diff NUMBER;
    BEGIN
    IF UPDATING THEN
    DELETE FROM meetings_tbl_cal WHERE m_id = meetings_tbl.m_id;
    END IF;
    l_date_diff := meetings_tbl.meeting_end - meetings_tbl.meeting_start;
    FOR x IN 0..l_date_diff
    LOOP
    INSERT INTO meetings_tbl_cal
    (m_id, meeting_date)
    VALUES
    (meetings_tbl.m_id, TO_DATE(meetings_tbl.meeting_start + x));
    END LOOP;
    END;
    I am getting 3 errors:
    1) PL/SQL: ORA-00904: "MEETINGS_TBL"."M_ID": invalid identifier
    2) PLS-00357: Table,View Or Sequence reference 'MEETINGS_TBL.MEETING_END' not allowed in this context
    3) PL/SQL: ORA-00984: column not allowed here
    Maybe I'm not supposed to substitute ':NEW' with 'MEETINGS_TBL' ??
    Thanks for your help!
    John

  • ICal multiple day event issues

    If I enter an event which covers more than one day and set the start and end dates to the corresponding dates it only works on my iPhone. The iPad and iCal only show the event on the day it begins. Whereas the iPhone shows it across all of the days starting from the first date and ending on the end date. Surely this is the way it should be shown in iCal and iPad calendar also? If not you could have a multiple day event and only think it is forgone day and double book your diary?

    Hi,
    Timed events (as opposed to all day ones) only show on the first day in Month view in iCal. They show in Week and Day views for all the days they span.
    This has been the way iCal operates for several versions (if not from the beginning) and if you look here you'll find many comments about it.
    This is a user to user forum. By posting here you are not guaranteed someone from Apple will read it. If you'd like Apple to know you don't like this I suggest you send them feedback.
    Best wishes
    John M

  • Multiple day events showing on month view

    Hi, Anyone know how to make events that span multiple days show up on the monthly view? In week view it will color all of the days, on monthly it is only listing it on the first day of the event. The only way I've gotten it to go across is if it is listed as an "all day event", but then the start and stop times dont show.
    Thanks for the help!

    You either need to use the "All Day Event" option or make copies of each invididual event.
    E.g., if you are at a 3 day convention and each day the program is from 8 am to 3 pm, first create a single event that has those start/stop times. Then manually copy that event for the other 2 days. Each event will show up in month view (and you could probably change the event name to "Day 1", "Day 2" etc.).
    FWIW, I would just use the "All Day Event" option for those kind of events.
    HTH

  • Outlook Calendar: Multiple day events with different details on different days

    Hello!
    I produce trade shows and I am trying to use outlook calendar and sharepoint as a place for my company to access a calendar for all the events we produce.  However, I want to be able to distinguish what is happening that particular day (move-in, the
    days we build the show; open, the days the show is open; move-out, the days we dismantle the event)
    For example:
    Widget Expo
    Move-in: 1/5 - 1/6
    Open: 1/7 - 1/9
    Move-out: 1/10
    I know that I can easily create three different events for the above, which, in theory is fine... but we produce many shows so I want the event line to be continuous in outlook as it would be if I simply entered "Widget Expo start date 1/5 end date
    1/10".  
    Additionally, this fails because we have many events overlapping the dates and the data becomes visually disjointed and hard to read.
    I am not particularly concerned with start or stop times vs. all day events.  My priority is to see about entering an event like the one above with a subset of info on each day.
    For example
    Widget Expo: 1/5 - 1/10
    1/5: move-in
    1/6: move-in
    1/7: open
    1/8: open
    1/9: open
    I've attached a sample.
    The top section (Events 1, 2 and 3) is how Outlook will function as I know it today, you can see how it is challenging... (alternately I could do one day at a time but that gets even more cumbersome).
    The bottom section (Events A, B and C) is how I would like Outlook to function and how, I really, really, hope that someone will be able to instruct me on.  
    Any help is greatly appreciated!!
    Thanks!
    Larry G

    I just didn't get the context here. Do you want to display multiple rows within one Outlook calendar event? If yes, I think it's impossible.
    Please reattach the sample which will be very helpful for others to understand your requirement, then possibly provide a solution.
    Bhasker Timilsina (ManTechs Inc)

  • One multiple day event won't show in month view

    I have noticed that every time I launch iCal an event (checked for all day event) beginning 9/1 and ending 9/4 will not show up in the month view until I open that day (and it's there) click it and then it will show up as a banner event. If I close iCal it goes away.
    I have other all day events spanning multiple days that don't appear and vanish.
    Any ideas what can be causing this? I don't want to schedule something way in advance and then forget it's there because it's vanishing.
    Thanks.

    Hi David,
    The way this is implemented by iCal is a choice of the developer. You can send comments about iCal to Apple through this page http://www.apple.com/macosx/feedback/ .
    Alternatively, you could make the events into all day events. They would then show on all the dates in month view.
    Best wishes
    John M

  • Entering multiple days event

    Hello all.
    I have a 3-day event coming up and would like to enter it into the Calendar iPhone app, but I can't figure out how to enter all 3 days at once without having to retype each day. The event starts at 8am until 4pm from April 1 to April 3, and I don't want to set it so it reads "from 4/1 8am to 4/3 4pm" because that means my night time events during those days would have conflicted schedule. And the "repeat" function doesn't help because I can't define it to repeat for "3 days only".
    Any comments are appreciated. Thank you.

    Hey thanks for the tips... works for me!!
    I just hope the "repeat every day" part can be more explanatory... Never knew the "end repeat" option is hidden under "at repeat..." option...
    Thanks again!

  • How do I mark a "not measurable" event on a chart history?

    I have an application which is working very well and takes measurements - continuously plotting a result on a chart. The chart history is typically a 100 or so measurements. I plot on the chart both an upper and lower tolerance limit, hence the measurment plot should hopefully stay between the two (straight lines) limits.
    Occasionally a sample is "missing" and when this happens a "measurement" of zero is given. This is currently displayed on the chart as a sudden drop to zero. The users like this as it shows them clearly that the sample was missing. All OK so far, however...
    On rare occasions a sample is present and is measured but for reasons I will not go into we know (and the software can determine) that the measurement result is actually invalid. This situation I call "not measurable" in that although a sample is present it actually cannot be properly measured. The question is this; how do I show this on my chart history?The chart history plot is by far the most looked at display of data for the users. I realise that I could show a message box saying "not measurable" (and intend to do so) but this would only last for that measurement cycle. How do I "mark" the chart to show that there was a sample but that it was not measurable.
    I don't particularly want to use a zero value because that is being used quite nicely for the "no sample" situation. Also I don't want to simply not plot anything because the fact that the sample was "not measurable" is potentially very important indeed. Ideally what I would like is to put a marker, say a thick vertical line at the position where the invalid measurment is, in order to both block it out to show that it is wrong and also show there actually was a sample there in the first place.
    Any ideas as to how I can do this? Sorry this is a bit wordy!
    Regards
    Kevin

    Hi
    I have come up with a quick fix for using a chart which might give you a few ideas. This is just a quick fix and isn’t very nice at all. The green dots are meant to represent the immeasurable data, I have just triggered them by a set of limits. You would be better of using an XY plot and an array which you constantly up date. Using an XY graph will give you a lot more options such as using cursors to mark certain points.
    I have attached my quick fix and an example of using text on an XY graph
    Hope this at least gives you some ideas
    Tim
    AE NI UK and Ireland
    Attachments:
    quick fix.vi ‏17 KB
    Text_by_Points_on_XY_Graph[1].vi ‏32 KB

  • ICal monthly overview multiple day event

    Hey community,
    i already searched google and here but didn´t find any answers solving the problem.
    In the monthly overview an event which is ongoing for more than a day but is not a whole day event. The monthly overview shows it only the starting day.
    One possibility is to create whoel day appointments, but in the end if i have to leave at 16:00 ongoing until two days later 10:00 it makes no sence to block 3 whole days.
    The weekly overview shows it correctly. I´ll appreciate even an app which i´ll can use but didn´t find so far.
    thanks br
    Dominik

    Hi,
    Timed events (as opposed to all day ones) only show on the first day in Month view in iCal. They show in Week and Day views for all the days they span.
    This has been the way iCal operates for several versions (if not from the beginning) and if you look here you'll find many comments about it.
    This is a user to user forum. By posting here you are not guaranteed someone from Apple will read it. If you'd like Apple to know you don't like this I suggest you send them feedback.
    Best wishes
    John M

  • How do I see my all-day events in Notification Center?

    I cannot see my all-day calendar events in Notification Center.  How do I change this so that they show without me having to go to the Calendar app to see them?

    What IOS are you using?
    With IOS7:
    Settings > Notification Center > Calendar Dy View: ON
    then scroll down to INCLUDE section
          Tap Calendar
              ALERT STYLE: Alert
              Calendar Alert > choose a sound here
              Show in Notification Center: ON
              Include > 5 items
              Show in Lock Screen: ON

  • Multiple Day Event Booking

    I am attempting to help an arts council I belong to with adding the ability to book their classes to the site. I can see how to do this with the event module and adding the days into the description, but is it possible to have it automatically link the dates to their calendar. Normally I would just write a php script to do this but as they are using the BC system I don't see that as a possibility.
    Any suggestions or is it not possible with this platform?

    Is this only happening in March?
    AK

  • How can I view my photos in "Events" like in iPhoto? How can I create events?  I have 55,000 photos and 1700 events so the only way I can possibly manage my photos is using events that are one slide in size.

    I have 55,000 images organized into about 1700 events. The only reasonable way to view my library is using events in iPhoto where each event has one image That still leaves 1700 images to sort through but that is a lot easier than 55,000 images.  In the side bar is a folder with "iPhoto Events" but those views still show all of the slides.  How can I create events and view my photos as events as in iPhoto?  Events are critical for large libraries and has been my primary way to sort images.
    Thanks!

    I had a problem a couple of months ago when iPhotos suddenly rearranged the order of my Events (Why won't iPhoto let me arrange my photos?) .  I was told "Use albums not events - events are not a good way to organize - albums and folder are designed for organisation and are very flexible".
    Haha!  I should have paid attention and read between the lines!  My iPhotos were highly organised groupings - not according to date but the way I wanted them - and it was so easy to do!  I see now that if I had them all in albums, as per the Apple Apologist suggestion, I wouldn't have this unholy mess I have been left with just to make iPhone & iCloud users happy.  I am now going through Photos and making Albums (of what used to be in my Events)  ... maybe I'll get this finished before they do another non user friendly update!

Maybe you are looking for

  • Expression Help.  'Every 3 frames move right 1 pixel'?

    Hello, Im trying to solve an issue i am having with aliasing on sliding text. I would like to drop an expression on my text layer (bitpmap). ie, i want to slide the text 30 pixels over 90 frames. If i do that using simple keyframes, the text blurs a

  • Photoshop Elements 6 please help!!!!!!!!!!!!!!!

    I've installed the program on my computer but when I click on it , it won't open just does that little spinning blue circle and stops. I know the disk is good because I had it on my computer before it crashed. Now trying to put it back but won't open

  • H how to find  if the psa table is included in psa deletion process chain

    Hi all can anybody tell me . I have a psa table it's technical name is /BIC/B* h how to find  the  above psa table is included in psa deletion process chain or not please help me

  • Problems with image stabilization on 6 plus

    Tried shooting video on iPhone 6 plus using  a Kammerar wheeled dolly on a desktop shooting talent that was on the phone speaking and using their computers etc.  After the shoot I went to edit the clips and a lot of them had massive image movements a

  • Control more cursors in XY graph

    Im currently working on somthing that requires me to control the locations of many/unknown number of cursors on an xy graph. I can control up to 9 so far (0-8), but in the block diagram when I unbundle the CrsList Property of the XY graph, I can only