I am sending mail with .ics file using Java. But getting this error in gmail – “Unable to load event data” Do I need to change to But it wont work in outlook. My question is – is there any way to we keep both ? Answer I found that, it was happening because organizer and recipient was same in
Tag: icalendar
What the difference between iCal4j/biweekly and google-rfc-2445?
Right now I’m using google-rfc-2445 library to evaluate recurring events, and generate actual dates, for example to know when will occur event defined by following RRULE: RRULE:FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1 I’m using biweekly library to generate *.ics files. Actually it does same as iCal4j but API much more easy to use. I see that both libraries have at some level interchangeable functionality, so