reminders:Union[None,bool,List[Dict[str,Any]]]=Field(default=None,description="Reminders for the event. Set to True for default reminders,
or provide a list like [{'method': 'email', 'minutes': <minutes>}, ...]. Valid methods are 'email' and 'popup'.")