I have a need on the server side to parse rec_type values, specifically to see if an event is occurring in a specified time window (the next 5 minutes) do you have any examples in java that I could use to do something like this?
Thanks
I have a need on the server side to parse rec_type values, specifically to see if an event is occurring in a specified time window (the next 5 minutes) do you have any examples in java that I could use to do something like this?
Thanks
is this question unclear?
Hello,
I am sorry, must have missed the question.
Unfortunately there is no helper function to do this in Java yet.
Kind regards,
Ilya
Is there any documentation on this stuff,
rect_type = “week_1___1,2,3,4,5#no”
start_date=“2011-11-31 22:00”
end_date=“9999-00-00 00:00”
event_length=300
I think this would mean Starting November 31 22: hour an event will occur on Mon-Fri indefinitely with a duration of 5 minutes.
I just need some boundaries so I can attempt to write my own java code to support this. Just a few paragraphs would be helpful… preferrably in English.
Thanks