Menu

#58 Error in calendar

open
nobody
None
5
2012-12-06
2011-11-20
No

Hello, to make work calendar, I had to make this change in code:

@@ -57,7 +57,7 @@
String app = this.getBundleMessage(request, "footer.copyright");
header.append("BEGIN:VCALENDAR\n");
header.append("PRODID:-//" + app + "//BR\n");
- header.append("VERSION:\n");
+ header.append("VERSION:2.0\n");
header.append("CALSCALE:GREGORIAN\n");
header.append("METHOD:PUBLISH\n");

Discussion


Log in to post a comment.