How to skips holidays when creating reoccuring events?

We're a school. And we use ical to keep track of class schedules. We have our classes twice a week and sometimes they fall on holidays. We have our class schedules set up in ical as "Reoccuring Events." How do you have reoccuring events skip holidays?

Although iCal's mechanism for creating recurring events does not support it, iCal itself respects the excluded dates option, if it finds it. So, one possibility would be to create the recurring event, then drag the first occurrence to the Desktop and delete it from iCal. Then use TextEdit (or similar) to add a line after the RRULE line for each excluded date (or put several dates on the one line, separated by commas). Drop the edited file back onto iCal.
A couple of cautions: don't just make a new line, or it upsets iCal - copy and paste and edit an existing one. The time portion of the excluded dates MUST match the time portion of the DTSTART, or iCal will quietly ignore it. In the example below, I have omitted the time zone info that will come before the VEVENT.
Before:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Apple Inc.//iCal 4.0.4//EN
CALSCALE:GREGORIAN
BEGIN:VEVENT
CREATED:20110629T224702Z
UID:04BBAED9-F08C-46C6-BB06-6D1ECE382C40
DTEND;TZID=Europe/Dublin:20110630T113000
RRULE:FREQ=DAILY;INTERVAL=1;COUNT=10
TRANSP:OPAQUE
SUMMARY:Test
DTSTART;TZID=Europe/Dublin:20110630T103000
DTSTAMP:20110629T225234Z
SEQUENCE:8
END:VEVENT
END:VCALENDAR
After:
BEGIN:VEVENT
CREATED:20110629T224702Z
UID:04BBAED9-F08C-46C6-BB06-6D1ECE382C40
DTEND;TZID=Europe/Dublin:20110630T113000
RRULE:FREQ=DAILY;INTERVAL=1;COUNT=10
EXDATE;TZID=Europe/Dublin:20110701T103000,20110703T103000
TRANSP:OPAQUE
SUMMARY:Test
DTSTART;TZID=Europe/Dublin:20110630T103000
DTSTAMP:20110629T225234Z
SEQUENCE:8
END:VEVENT
END:VCALENDAR
The EXDATE line was added by copying, pasting and modifying the DTEND line; it causes the 1st and 3rd of July to be omitted from the recurrence. But note that there will now only be 8 occurrences, rather than the 10 initially specified.
Alternatively, you could write an Applescript to generate the recurring events; that is probably an even bigger pain.

Similar Messages

  • How can I reserve resources or rooms when creating an event in the Calendar (Exchange)?

    On our Exchange server we have configured a number of conference rooms and other resources that users can book/reserve through Outlook when creating events.  When I create an event in the iPhone on my Exchange calendar, if I add a location the option does not exist to book rooms/resources (even if I add in the resource word-for-word as it exists on Exchange server). I am also unable to book it if I invite the "Contact," if I may call it that, from our Global Address List.   Does this capability exist in the iPhone?

    I can't seem to do this successfully. I use the GAL to select the room, but when I send out the meeting I immediately get an automated response back that the delivery failed. I heard this may be because the iPhone OS does not distinguish between a normal attendee and a resource. Yet you seem to have it working. What version of Exchange are you using. Is it on Mac or PC?  We are about to upgrade from Exchange 2003 to 2010, maybe that will help solve this?
    Also, (this may just be semantics) on the iPhone under "Mail, Contacts, Calendars" the Exchange configuration is set to "on" to sync calendars. Is this the same as having the Exchange calendar "set as the default calendar" mentioned above?

  • How do I view who created an event in my I Calendar?

    In June of 2013 I was given an Apple Mac Book as a Father's Day present from my wife.  She set the computer up herself and synched our I Cloud calendars together.  I had an Apple ID prior to this.  As far as I know we don't share an I Cloud Account.
    Due to unforseen circumstances in our marriage I had to purse a Restraining Order.  Since that restrianing order, my Verizon Online Account was compromised on two occasions and the Verizon Back Up Assistant Application was Downloaded to an unknown Computer.  Additionally my Optimum Online Email Account was compromised on two occasions and the password was changed.
    On January 29th, 2014 I received a notification that my estragned wife's Apple ID created an event in my I Calendar.  I am not sure how she was able to accomplish this because I purposely changed my Apple ID in December of 2013 to prevent this from happening.  So I assumed our calendars were no longer synched anymore. 
    I then reported this to the local police department for her violating the restraining order and they arrested me for falsifying a police report.  When they looked at my Macbook they were unable to tell who created the event.  While there I synched my calendar to my Iphone and we were able to view the event in that calendar.  However, it showed the event as being edited by me and not created by my wife's Apple ID. I dont recall editing this event.  I looked at several times and may have moved it to another calendar but I dont specifically remember.  This was their probable cause to arrest me and they assumed I purpsoely tried to have my wife arrested. 
    Is there any other way to retrieve who created the event on my Calendar from my computer or I Cloud Account? 
    Is there any way to retrieve the mesage I received in the notification center?  Is this stored anywhere on my computer?
    When I changed my Apple ID wouldnt she have to get my permission to synch our calendars together?  Wouldnt one of us have to approve this via an email?
    Can you send documentation on your company letterhead that I changed my Apple ID and the date it was changed?
    My attorney is preparing a subpoena to submit to Apple.  What is the proper wording he should use in regards to getting the proper information to see who created the event in my I calendar?  Would it be for records pertaining to my I Cloud Account or Apple ID?  Is this information even recorded in the I Cloud account such Internet Protocoal Addresses?
    <E-mails Edited by Host>

    Open the event, or create a new event. Under 'invitees' enter the email addresses and 'send'.

  • How to trigger tasks which created during Event was inactive in WORKFLOW

    Hello Experts
    We  have a custom application with L+1 approval required for approval using workflow.
    There  was a publish for a nomination for team , Team has logged in registered for the published training.
    Unfortunately, all my team mebers 5 of 7 were already applied for nomination.
    The team was waiting for my approval, Finally we discovered - The tasks got deactivated;
    We discovered that The Triggering Events that  are deactivated
    Txn --> PFTC_DIS
    ...............Task Type : Selected ( Workflow Template)
    ...............Task : 9N000NNN  
    ...............Click : Display
    ...............Click : TAB : Triggering Events
    ..........................Found here ...The Tasks are deactivated ....................
    To activate "deactivated Events
    Txn --> SE37
    .................Function Module : SWE_EVENT_REC_TYPE_ENABLE
    ................Hit : Execute
    Filled in Screen   ;  CLINET : NNN
                                   OBHTYPE : ABCD ( What i have seen in Triggering Events Tab)
                                   RECTYPE : WS9N000NNN  
                                   EVENT : EVENTNAME ( What i have seen in Triggering Events Tab)
    ................Hit : Execute
    Once i do & if i check again in PFTC_DIS it is showing green & Event got activated
    after event is active
    The other 2 Members later raised & had come approval.
    ...as it is custom application we are storing who registered for it.
    Now I see the other 5 members entries in my table
    How can create Tasks to flow these workflow task for my approval which were created during event was inactive
    may slightly confusing, I am also early bird on WORKFLOW.
    if any one give a clue will be greatful
    Rgds
    PR

    Hello Srinivas !
             You've stated as follows :
    How can create Tasks to flow these workflow task for my approval which were created during event was inactive.
    Hope you wanted to state that users have registered nomination when the event was inactive( and thus workflow didn't get triggered) and now you want those nominations should be routed via workflow.
    The solution is to use SWUE transaction and re-create the event.In doing so, please be noted that the time at when nomination was registered(when the event was inactive) and time at when workflow triggered from SWUE would be too different.So, discuss with your team before doing so.
    Regards,
    S.Suresh.

  • When creating a event can't choose starting time.

    I just got a new mac air with yosemite. When I create a event in ical it won't let me choose a starting time, it just sticks a time in there and that's it, i can't change it. But I can change the end time though.

    Hey cdrea,
    It is not quite clear from your description how you are creating the events in your Calendar application that you are describing, but you should be able to change the starting time for them. See this article -
    Mac Basics: Calendar keeps your appointments - Apple Support
    You can drag and drop the event to the correct time or use the Inspector -
    Double-click anywhere on the calendar to add an event at that time. The Inspector window that appears allows you to add invitees, set a time, location and more.
    Drag an event to reschedule it.
    Double-click an existing event to edit it from the Inspector.
    Thanks for using Apple Support Communities.
    Be well,
    Brett L 

  • What is Travel Time when creating calendar event

    When creating a new calendar event there is a new option for Travel Time to be on or off...what does this do?

    Run http://filepropertiestask.codeplex.com task to get the file creation date and if older delete it or a Script Task that uses the .Net FileInfo
    CreratedDate method to find it Then you can use
    Precedence Constraints to either skip the file deletion or not.
    Arthur
    MyBlog
    Twitter

  • When creating an event the dialog box appears I set the description & time and press save and close and nothing happens. I have reloaded lightening to no avail

    When I try to create an event I click on the date and put the information in the dialog box and click Save& Close but nothing happens. THe dialog box just stays there. I have made sure I am on the latest version of Thunderbird and Lightening. I have deleted lightening and reinstalled from the website and still the same thing.
    I checked the error log in Thunderbird and this is what it said
    Timestamp: 10/15/14 3:55:48 PM
    Error: 2014-10-15 15:55:48 gloda.datastore ERROR got error in _asyncTrackerListener.handleError(): 19: constraint failed
    Source File: resource:///modules/gloda/log4moz.js
    Line: 693

    I am having this problem.  At first with the new iPhone 5, and then with the iPad 2.  I am not sure why this is happening. 
    My gut feeling is this is an iO6 issue and here's why -
    The problem mainly occurs with apps.  I have about 150 apps, and when I plugged in the phone, iTunes went to sync all of them.  The process would hang up after about 20 - 30 apps were loaded onto the phone. I could tell where about the process hung up because the apps on the phone showed up as "waiting".
    Then on the iPad 2 I plugged in to sync and saw there was a huge "Other" component in my storage.  It required me to restore the iPad 2 from backup.  With this restore the same issues occurred - putting the apps back on the iPad would hang up.  The videos on the iPad also got stuck - maybe after about 10 hours of videos transfered iTunes crashed.
    My solution has been to soft reset the device, restart Windows, and continue the process until it's complete.  This is remarkably inefficient and time-intensive but everything works with patience.
    I have been wondering if others have had these same problems. 

  • How can I tell when an ical event was added?

    I'm on a shared ical calendar and there are times when 2 events have been put on at the same time.  How can I tell when the event was added and by who?
    Thanks!

    sharifrommo wrote:
    I am concerned that someone used the card on a different account. I'm assuming based on what you indicate that it can't be traced?
    If there is a legal issue I am sure Apple would properly respond if the records were subpoenaed, but short of that I do not know of a way. 

  • Where is the setting for indicating which calendar i want to use when creating an event?

    When I use iCal on my iPhone, I use the + sign and then get a screen that gives me Title, Location, Starts, Ends, Time Zone, Repeat, Alert, URL and Notes. I used to get the option to choose which calendar (personal, work family, etc) that I want to use. That Calendar bar is no longer there. Why not?

    When I use the iPhone's Calendar app, I have the following avaialble when creating a new Event.
    Title
    Location
    Starts/Ends
    Repeat
    Invitees
    Alert
    Second Alert
    Calendar
    Availability
    URL
    Notes

  • How to choose 'Source' when creating requisition in iProcurement?

    Hi,
    When creating requisition in PO module, you can choose 'Source' to be either 'Inventory' or 'Supplier'.
    But in iProcurement, how can I choose 'Source'?
    Thanks
    Leo

    hi leo,
    In the item master form Plz check purchased and purchasable check box in purchasing tab and internal ordered and internal orders enabled in order management tab. make sure the item is assigned to particular (requesting) organization for which shipment is delivering to.
    once you select the item and click to select source, you can select the source both internal or external in the next step as following......
    http://postimg.org/image/easi0um1x/
    let me know the result..
    Thanks
    RSM

  • Gmail account not available when creating new event

    Good evening all,
    I have not seen this issue reported yet, so I thought I would throw it out there in case someone else has encountered it.
    I set up my GMail account (email, contacts and calendar) and am able to get my events via CalDAV.  I can also set it as the default calendar when creating events.  However, when I actually open the calendar to create an event, when I first touch the calendar it shows as the colour of my Gmail calendar, second touch opens the edit screen and my Gmail account is not there.  If I save the event, it gets added to the local calendar.
    I have 3 calendars outside of the local calendar - a work one via ActiveSync, my Gmail one and another Gmail one added as CalDAV which is my wife's Gmail calendar - this one shows as available in the drop down, but not my Gmail one.  The descriptions are unique.
    I did have to remove my Gmail calendar due to the "unable to authenticate" issue that others noted, so I don't know if that has anything to do with it.  As I stated, it is pulling things down, is available to set as default, but no created events can be associated with it.
    -m

    Hello ironmike and welcome to the BlackBerry Support Community Forums.
    To make sure I understand the issue, you removed your Gmail account from your device as were getting an error "Unable to Authenticate". But, when you go to your Calendar and tap on an entry, it shows the colour of your Gmail account and when you go to edit the appointment, it uses the Local calendar to save the appointment and not Gmail? 
    Thanks!
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Cant add addresses with Floor/Apartment numbers when creating Calendar Events in Yosemite

    When you create an event in Calendar, there's a field for adding the event address. Previously, when you tried to add an address like Level 2, 23 Sample Street, Melbourne, Calendar would prompt you with the nearest address that it found in Apple Maps. If you clicked the selection, it would add a Map to your event. If you didn't, or simply hit escape, it did nothing.
    Now in Yosemite, the Calendar completely ignores your choice and automatically replaces your address with the address it thinks is correct. So for example, if you type in an address like Level 2, 23 Sample Street, Melbourne and it finds the street address within Apple maps, it simply replaces your address with 23 Sample Street, Melbourne, completely removing the Level or Apartment number that you typed in as part of the address.
    The only way I've found around this is to completely mangle the address by typing something like Level 2 - 23 Sample Street - Melbourne, which is obviously completely annoying and unsatisfactory.
    If anyone has another suggestion or a way to fix this, I'd love to hear.
    Cheers,
    Anthony.
    (using OSX Yosemite version 10.10)

    When you create an event in Calendar, there's a field for adding the event address. Previously, when you tried to add an address like Level 2, 23 Sample Street, Melbourne, Calendar would prompt you with the nearest address that it found in Apple Maps. If you clicked the selection, it would add a Map to your event. If you didn't, or simply hit escape, it did nothing.
    Now in Yosemite, the Calendar completely ignores your choice and automatically replaces your address with the address it thinks is correct. So for example, if you type in an address like Level 2, 23 Sample Street, Melbourne and it finds the street address within Apple maps, it simply replaces your address with 23 Sample Street, Melbourne, completely removing the Level or Apartment number that you typed in as part of the address.
    The only way I've found around this is to completely mangle the address by typing something like Level 2 - 23 Sample Street - Melbourne, which is obviously completely annoying and unsatisfactory.
    If anyone has another suggestion or a way to fix this, I'd love to hear.
    Cheers,
    Anthony.
    (using OSX Yosemite version 10.10)

  • Calendar adds an extra day when creating an event in ios 8.1.3. Is this a known bug?

    When i add an event using the calendar app in ios 8.1.3, it adds an extra day to the event when using a range of dates. I am able to recreate the problem. when entering the event i select a range of dates and confirm that it is what i want. after submitting, i verify and it has added an extra day at the end. Is this a known bug or am i on my own? Help please. this is annoying having to check each event after entering it.

    Ive reset, restored and this is the second phone. Thought it maybe a wonky screen that would shift it while setting dates. THe only thing I can think of is that I am syncing with google calendar, but it only happens when setting events in ios not if i do it from google website on desktop PC.

  • How can I change and create new events?

    iPhoto for iPad seems to stick some naming convention for creating Events.  Is there a way to:
    1. change the Event name?
    2. Split events?
    3. Rearrange photos to certain events?
    pacpac

    It is very simple. To create an event, you can tell Siri, tell her to create events and she will ask you questions and at the end, the event will be done. Or go to the calendar and on the top right corner there should be a + and then you enter the information for the event and hit done. To edit the events, simply go tot  he calendar and tap on the event, there it will show you the information and then you can change it.

  • How can you tell who created an event on a shared calendar?

    I allow delegates access to my "Office Calendar" and they have write rights. I'd like to be able to tell who created an event.
    Is that not possible?
    I've looked all over the event in "Get Info" & the Inspector.
    Thanks

    I don't think this is possible with iCal, but I know that is definitely possible with BusyCal.

Maybe you are looking for

  • [Solved] Kdenlive & Openshot crash after importing video files

    I'm not sure if the culprit is today's update, but I am having problems importing video files in Kdenlive and OpenShot. When I try to import .MTS / .MKV / .MP4 video files, both programs immediately cease to work. For example - Mediainfo: .mts file V

  • N97 Firmware V20 THINK TWICE BEFORE UPDATE

    I just upgraded successfully on my N97-3 NAM. After the update my N97 rebooted and it showed Nokia logo and 10 seconds later it came to the startup ringtone (connecting 2 people logo). It was slow but it still managed to the Home screen. Later, becau

  • TM problem "Unable...Error occurred while creating backup directory."

    TM has faithfully created backups until 2/3/09 to my Western Dig 300 GB external, USB connected. It still has room for 238 GB data. Now it gives me this error message: Starting standard backup 02/09/09 Backing up to:/Volumes/Time Machine: Ext HD/Back

  • Hello guys, i can help you to install netcat on solaris 10. Can you help me

    Hello I want to install netcat on solaris, i have tar and gunzip the netcat, and i try to install it one self, but i have problem, because i'm not understan and i'm beginer. Some one help me please

  • Variable Doubt

    Hi... I have Two Variables in my query 0I_CMNTH - Cal Month/Year (Interval, Mandatory) for  KEYFIG1 0PCALMON - Cal Year/Month (Single Value, Mandatory)for KEYFIG2 Then TO value from the first variable, should be automatically filled in 2nd Variable.