ical4j

How can I add an ICS meeting automatically to the Organizer's calendar?

你说的曾经没有我的故事 提交于 2019-12-03 12:53:17
问题 Our java application generates ICalendar files using ical4j, and sends them out to users as part of an HTML e-mail notification. A couple of users (the Organizers of the meeting) report that the the "Accept", "Reject", etc. buttons for the meeting are grayed out, and unclickable. The meeting is not added to the Organizer's calendar. How can I force the meeting to be added for the Organizer? I configured the server temporarily to send the .ics file as an attachment (instead of inline), so that

How can I add an ICS meeting automatically to the Organizer's calendar?

元气小坏坏 提交于 2019-12-03 03:13:11
Our java application generates ICalendar files using ical4j, and sends them out to users as part of an HTML e-mail notification. A couple of users (the Organizers of the meeting) report that the the "Accept", "Reject", etc. buttons for the meeting are grayed out, and unclickable. The meeting is not added to the Organizer's calendar. How can I force the meeting to be added for the Organizer? I configured the server temporarily to send the .ics file as an attachment (instead of inline), so that I could run it through a web-based ICalendar validator. The validator gave me a warning that the

When creating an iCal event on behalf of an organizer and email it to him, no “Add to calendar” or “RSVP” wrappers appear

亡梦爱人 提交于 2019-11-27 08:57:42
问题 I'm creating the iCal using ical4j and sending it using Java Mail API 1.4.7. When sending it both to google.mail and outlook.com the organizer receives the email textual part only. All other recipients receive the email wrapped with the "Add to calendar" or "RSVP" buttons (for attendees). If remove the recipient email from the organizer property, then he receives the email with the wrappers, but then the meeting has no organizer... My problem with this, is that the organizer I created the