calendar - Can iCal schedule an event for the first weekday after BYMONTHDAY if BYMONTHDAY is a weekend? -


if have recurring event on given day of month (i.e. 15th) , day falls on saturday or sunday, possible ical instead schedule event occur on next available week day?

you cannot set exception can use combination of byday , bymonthday: give monday after week-end had either on saturday or sunday 15th.

rrule:freq=monthly;byday=mo;bymonthday=16,17

by combining event: rrule:freq=monthly;byday=mo,tu,we,th,fr;bymonthday=15

you'll there


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -