'Is it possible to apply multiple recurring parameters?

In the https://developers.google.com/calendar/api/guides/recurringevents#creating_recurring_events

Example:

"recurrence": [ "RRULE:FREQ=WEEKLY;UNTIL=20110701T170000Z",

Could one utilize multiple types of frequency to make a specific calendar events possible? If so, would one take precedence over the other?

For example, lets say I have an event that occurs every sunday in the months January to March, from 13:00-14:00. Can I do multiple instances of RRULE? Again, if I were able to do so, what would be the format? I'm worried about the scope in that case.

Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source