curatio
unread,Feb 15, 2012, 11:37:38 AM2/15/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-rfc-2445
I added google-rfc-2445 to our application and the way we use it is by
creating an ical string and using to generate dates based on the
passed in string.
What we would like to do is limit dates generation to a requested
view, for example user wants to view the events for a week , Feb 13 -
Feb 19 for example, is it possible to tell google-rfc-2445 to stop
generating dates after Feb-19 ?
We use google-rfc-2445 this way: DateIterable dti =
DateIteratorFactory.createDateIterable(ical, start, tz, true);
Thanks