Shame Calendar doesn't support creating repeating events with repetition frequencies more often than once per day - that's exactly what I'm trying to do. It looks like it should be doable with AppleScript - the key here is the recurrence property of the event object - this is set to the RFC 2445 (iCalendar) format string for recurrences. However, what I'm having trouble figuring out is what the string should look like for an event with these parameters:
- Starts on 10/17/2012
- Repeats every 15 minutes within the time ranges given
- Repeats 3:30 pm UTC -4:00 to 5:15 pm UTC -4:00 (Eastern Daylight Time) M, W, F
- Repeats 8:00 am UTC -4:00 to 4:15 pm UTC -4:00 (Eastern Daylight Time) Tu, Th
- Does NOT occur Sa, Su
- Stops on 10/31/2012