我想要在日历上放置一个事件activity
。 activity
每个工作日都有start date
,end date
和7个不同的时间。现在,我想设置日历,以便在activity
到start date
的一周中的每一天的正确时间end date
出现initRecurrenceWithFrequency:interval:daysOfTheWeek:daysOfTheMonth:monthsOfTheYear:weeksOfTheYear:daysOfTheYear:setPositions:end:
。但是,{{1}}似乎不允许我指定每天活动发生的时间。
我该如何做到这一点?
答案 0 :(得分:1)
您只能定期创建重复事件。为了在不同时间创建事件,您需要创建多个事件。