java - Converting recurrence rules for meetings into date -
this question has reply here:
recurring event logic 3 answersi'm creating own custom calendar reads off user's calendar find events. when read calendar utilize android's implementation of calendarcontract , read in events (recurring , non-recurring) recurring events give recurrence rule such freq=weekly;until=20140917t230000z;wkst=mo;byday=we. utilize recurrence rule , decide when schedule meetings in calendar user switches month month. there examples or libraries out there help this?
i found google-rfc-2445 library @ https://code.google.com/p/google-rfc-2445/downloads/detail?name=rfc2445-4mar2011.jar&can=2&q= solved problem.
java android
No comments:
Post a Comment