在Android谷歌日历中为开始日期和结束日期之间的所有日期添加事件。我希望每3个月剩余一次,直到结束日期。这是我的功能publicvoidaddEvent1(Contextctx,Stringtitle){SimpleDateFormatdf2=newSimpleDateFormat("dd/MM/yyyy");SimpleDateFormatdf3=newSimpleDateFormat("yyyy-MM-ddHH:mm:ss",java.util.Locale.getDefault());DateStartdate=null;DateEnddate=null;StringdtSt