1. Oracle Integration 3 Documentation, "Schedule an Integration": In the section describing the steps to define a schedule, it states: "Select Advanced to define a more complex frequency with an iCalendar (iCal) expression." This directly confirms the use of iCal for advanced scheduling. (Source: Oracle Help Center, Using Integrations in Oracle Integration 3, Chapter 5: Create Integrations, Section: Schedule an Integration).
2. Oracle Integration 3 Documentation, "Define the Integration Schedule": This section further details the scheduling options: "You can define a simple schedule or use an iCalendar expression for a more complex schedule." It provides examples of iCal expressions like FREQ=DAILY;BYHOUR=17;BYMINUTE=30;BYSECOND=0;. (Source: Oracle Help Center, Using Integrations in Oracle Integration 3, Chapter 5: Create Integrations, Section: Define the Integration Schedule).