I’m developing a project in which I have to schedule some repetitive events for final users in Google Calendar. I’ve been working with the Calendar’s Python API, and so far I have had no problems by using the most common recurrent rules according to the RFC 5545 standard.
However, it would be helpful to schedule recurring events without a pattern. I mean, instead of telling Google to schedule weekly for 3 occasions on Friday, I’d like to specify the dates for such set of events and have all of them registered under the same event ID.
Does anyone know if this is possible? Any comment would be much appreciated!