meeting-request

How can I get a meeting invitation to integrate properly with Gmail/Google Apps?

a 夏天 提交于 2019-12-14 00:21:29
问题 I am generating iCalendar files with Django and python-icalendar, and they correctly show up in Outlook (2010) as meeting invitations. In Gmail (Google Apps), I just see a blank email. What's the deal? Here's what one of my .ics files looks like: BEGIN:VCALENDAR METHOD:REQUEST PRODID:-//My Events App//example.com// VERSION:2.0 BEGIN:VEVENT ATTENDEE;CN=Richard;ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:rich@example.com CREATED;VALUE=DATE:20101122T183813 DESCRIPTION:Phone number: (212)-123-4567\n

Meeting request properties not settable in EWS SOAP calls?

本小妞迷上赌 提交于 2019-12-06 12:41:27
问题 I (re)create (recurrent) events in Exchange Server talking to Exchange Web Services with pure SOAP calls. When these events are actually meeting requests I try to maintain some meeting properties that were previously retrieved, so I put them in the CreateItem call: AllowNewTimeProposal AppointmentReplyTime ConferenceType IsCancelled IsOnlineMeeting IsResponseRequested MeetingWorkspaceURL MeetingRequestWasSent MyResponseType NetShowURL Organizer OptionalAttendees RequiredAttendees Resources At

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