Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Originally posted by appleguru1
Currently, my biggest gripe with iCal is the inabilty to make stuff repeat, say, every 7 days EXCLUDING WEEKENDS. This makes using my school calendar nearly impossible, as it is designed in such a way that we never have the same classes on the same days of the week (7 day schedule, 5 day week).

I ran into the same problems at the start of the school year. So I asked some fellows in the MR chat, and they told me to mess around with the duplication settings. Not very descriptive at the time, but it worked out.
 

Attachments

  • screen.jpg
    screen.jpg
    59.3 KB · Views: 1,159
"I ran into the same problems at the start of the school year. So I asked some fellows in the MR chat, and they told me to mess around with the duplication settings. Not very descriptive at the time, but it worked out."

Doesn't really help me: My events don't ever occur on the same days. I want to be able to repeat every seven days, but not on the weekends (So really every nine days, but excluding weekends, and on all weekdays)
 
That's a feature of Outlook and other personal "productivity" applications that I've always hated. I don't need to waste my time closing alert windows that are warning me that a meeting happened four hours ago. I care more about learning what's coming up, and want an application that will help me focus on and plan for that.

I think you are missing the point. I sometimes set alarms to go off one day in advance. Then I'll snoze them for 8 hours at a time. If my computer is not on exactly one day in advance I will not receive the alarm even though it is still prior to the actual event. I too would like expired alarms to go off the next time I wake my computer. This is how Palm and Entourage work.
 
Originally posted by JW Pepper
I think that it is a shame that I still can't book an appointment for say 9-10am Monday to Friday. I have to make five separate appointments.

Why can't you do that? Create one appointment. Set it to repeat weekly and choose M, T, W, Th, F.

That'll do it.
 
At present, I think the iCal Helper background task runs every so often, and schedules any reminders for up-coming events...

What'd be cool would be if when you put the machine to sleep, the Helper looked for when the next alarm is due to go off, and programmed the auto-wakeup for a min or so beforehand so the machine can display the reminder.

Heck, even if this isn't incorporated into iCal, I betcha it's possible to rustle something up in AppleScript :)

I currently use RessurXtion (link) to schedule power-ons in Jaguar. If it were scriptable (I've not investigated), I'm sure an enterprising soul could hook it all up!
 
Contact Apple

Since alot of you have gripes, how about you go to Apple's site and send them an email about what you want changed? Telling Apple what you want sounds more productive than complaining on a rumor board. I haven't heard anyone yet mention that you should contact them about fixes and new features. There's wishing then there's telling them exactly what you want.
 
Originally posted by cnladd

(This also touches on the need for more printing options. One particular annoyance is having to go into the preferences and switch to the five-day-per-week view before printing my calendar for work, then switch back to the seven-day-per-week view. I prefer to view the entire week on screen, but use a work-week view on the printout. I leave the print out on my desk, in the open, and "advertising" my weekend schedule isn't wholly appropriate.)

this has been fixed in 1.5 ...when you go to print, choose iCal from the drop down menu and you are able to select the days to print and what time periods.
 
Originally posted by inkswamp
All I want from iCal is the ability to publish my to do list or calendar locally instead of using .Mac. If it still lacks that, then it's still pretty much useless to me. I'd love to use iCal for more than I use it now, but where I work, I use multiple machines throughout my night, and I'd love to be able to have my primary machine automatically publish my to do list to my machine's web site so I can view it from other machines. I understand that iCal is one of the apps that Apple is using to drive people to .Mac subscriptions, but it would be good if they offered some alternative.

you just need to make sure you internet sharing is on. i was doing this for a while. but then again...at the time i was running 10.2 server, so i'm not completely sure if you can publish locally or not with 10.2 user or 10.3 user.
 
Originally posted by Macmaniac
I am really looking forward to multiple colors since we ran out of event colors so some catogories have the same color.
1.5 will be downloaded right away!

you can now use the color picker to select ANY color you want!
 

Attachments

  • picture 1.jpg
    picture 1.jpg
    65.5 KB · Views: 872
Originally posted by VegetaPunk
entourage worked when shut down, what I mean is that after you start up it warns you of any events that were to go off when you were shut down (this also applies to being asleep).... otherwise theres no point to the iCal alarms because I never let my computer run all day long its shuts down or goes to sleep.

Well, I'd be happy just to have iCal sync with .Mac, and then have .Mac send SMS notification to my Phone. This works great with the Yahoo! Calendar. So even if your phone can't sync with your computer, if it's SMS-enabled at least you can receive alarms for events and to-dos. iCal can also send alarms to my phone, but as you mentioned right now this feature is useless because I always put my iBook to sleep when I'm not home
 
RE: Contact Apple

Since alot of you have gripes, how about you go to Apple's site and send them an email about what you want changed? Telling Apple what you want sounds more productive than complaining on a rumor board. I haven't heard anyone yet mention that you should contact them about fixes and new features. There's wishing then there's telling them exactly what you want.

Already did (3 days ago) ;)

http://www.apple.com/feedback/ical.html
 
Originally posted by appleguru1
Doesn't really help me: My events don't ever occur on the same days. I want to be able to repeat every seven days, but not on the weekends (So really every nine days, but excluding weekends, and on all weekdays)

It may be a little extra work, but I suggest setting the repeat as suggested, then going back and deleting those events that fall onto weekends. There, it is possible, albeit not exactly what you want.
 
It may be a little extra work, but I suggest setting the repeat as suggested, then going back and deleting those events that fall onto weekends. There, it is possible, albeit not exactly what you want.

I wish it were that easy. Unfortunatly, by deleting the events on the weekends, they wont be moved up to the next non-weekend day. My schedule has 7 days. Every weekday, the "School 'Day'" Advances one. So, if thursday is day 2, friday is day 3, and monday is day 4. Saturday and sunday don't count. On Apple's part, this is really just a one liner...

[Pseudo Code]

excludeday1= 6;
excludeday2=7;
while (day==6 && day==7)
{
day++;
}

[/Pseduo Code]

Of course, that code wouldn't actually work, but its just an example to show how easy this really is to code, but how hard it is do do by hand.
 
Originally posted by appleguru1
I wish it were that easy. Unfortunatly, by deleting the events on the weekends, they wont be moved up to the next non-weekend day. My schedule has 7 days. Every weekday, the "School 'Day'" Advances one. So, if thursday is day 2, friday is day 3, and monday is day 4. Saturday and sunday don't count. On Apple's part, this is really just a one liner...

[Pseudo Code]

excludeday1= 6;
excludeday2=7;
while (day==6 && day==7)
{
day++;
}

[/Pseduo Code]

Of course, that code wouldn't actually work, but its just an example to show how easy this really is to code, but how hard it is do do by hand.

I think you should check out the previous post which explains how to do this. This is easily possible in iCal now. Just deselect the weekends on the repeat and your all set.
 
Originally posted by GregGomer
I hope they improve printing. So that it prints out the calendar full page, wihtout all the extras they add that take up margins.

You can do this in the current version. Select "Print", then click the "Copies and Pages" list pop-up and choose "iCal". From there you can choose what is printed and what is not...
 
Give Apple the info

Originally posted by GregGomer
I hope they improve printing. So that it prints out the calendar full page, wihtout all the extras they add that take up margins.

As well, it would be way way way cool if it added some printing options. I.e. print as a Wall Calendar, changing font size to make wall calendar prints readable, or format to fit as a Franklin Planner insert etc etc. Probably won't happen, but would be cool if it did!
Apple has a feedback button on the iCal web page on Apple.com as they request things you would like to see in iCal next revision. Please post there to improve it even more!
 
iCal and Exchange

With Mail.app's better Exchange support I've been hoping that they've improved support with iCal. Does anyone with the new iCal know whether this has been done yet?

Even if they don't support full Exchange syncing, I'd at least love to have the ability to accept or send meeting requests to Outlook/Exchange users using Mail and iCal.
 
Originally posted by cnladd
There's one feature that I wish iCal would provide: a nice textual summary or agenda. It should include options for an entire day, week, or all future events (with a variable range.) iCal's calendar printouts are gorgeous but the textual list of upcoming events would be better suited for my needs.

It doesn't cover all your needs, but you can see a list of all future events easily, by clicking in the little button that seems a bulleted list (or sideways exclamation marks, whatever) in the lower right section of the window of iCal, between the (i)nfo button and the Person (Address) button.

You can't print this list, tho' (I believe)

Eduo
--
Sony Clie UX50 Impressions
Hits, Misses and Wishlist:
http://www.eduo.info/archives/000039.html
 
I think you should check out the previous post which explains how to do this. This is easily possible in iCal now. Just deselect the weekends on the repeat and your all set.

It is possible that I am missing something, but by deslelecting the weekends, and telling it to repeat weekly, it repeats EVERY DAY except for the weekends. This is, needless to say, NOT what I want.

Attached is a scrrenshot in hopes of clarifying this. This is my schedule (7 different days, each class set to repeat every 9 days to get the 1st week right... What you see on saturady, in the second window, is supposed to be on monday.):
 

Attachments

  • ical.jpg
    ical.jpg
    97.4 KB · Views: 289
What insane school can make that sort of scheduling???

No surprise iCal does not support that sort of repeating events...
 
Solution for stupid school timetable

By my reckoning your timetable should actually repeat itself every 5 weeks.
You would have to manually set up 5 weeks of your timetable (sorry, no help there) and then set every event to repeat every 5 weeks.
Of course by then you've probably had holidays and breaks which may or may not throw your repeats off kilter anyway.

Explain to your principal about the Gregorian calendar and how everybody else has been using it for centuries, well except one country in Africa where it's still 1987 or something.
 
Heh, ya, its crazy. But the point of it is to prevent having the same classes on the same days. (Which basically means that memorizing your schedule is... very hard).
 
Originally posted by appleguru1
Heh, ya, its crazy. But the point of it is to prevent having the same classes on the same days. (Which basically means that memorizing your schedule is... very hard).

Why would having the same classes on the same days be a bad thing? If they're concerned about holidays and such, just make sure the holidays are spaced out over all the days!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.