icalendar

Multipart email with text and calendar: Outlook doesn't recognize ics

前提是你 提交于 2019-12-16 22:51:11
问题 I have problems with Outlook 2007. When sending a "multipart/alternative" email with a "text/calendar" part, Outlook recognizes the calendar event, that's how it has to be. But when adding a "text/plain" part, Outlook only displays the plain text, the calendar part is missing (but it's present in the source code of the email). The source looks like this: [...] Content-Type: multipart/alternative; boundary="_=_swift_v4_138243630552664dd1bc83e_=_" --_=_swift_v4_138243630552664dd1bc83e_=_

Wrong Time When Importing ICS Event

北慕城南 提交于 2019-12-14 04:09:03
问题 I have a .ics file that has the following iCalendar code: BEGIN:VCALENDAR PRODID;X-RICAL-TZSOURCE=TZINFO:-//Company Name//NONSGML example.co m//EN CALSCALE:GREGORIAN VERSION:2.0 METHOD:PUBLISH BEGIN:VTIMEZONE TZID;X-RICAL-TZSOURCE=TZINFO:America/Los_Angeles BEGIN:DAYLIGHT DTSTART:20180311T020000 RDATE:20180311T020000 TZOFFSETFROM:-0800 TZOFFSETTO:-0700 TZNAME:PDT END:DAYLIGHT END:VTIMEZONE BEGIN:VEVENT CREATED;VALUE=DATE-TIME:20180622T002920Z DTEND;TZID=America/Los_Angeles;VALUE=DATE-TIME

How to invoke ical sync service?

我是研究僧i 提交于 2019-12-14 03:56:59
问题 I have an application that syncs with iCal through the Calendar Store framework. I've noticed that I need to open iCal for the sync service to start and transfer events and tasks added with my application to my ipad and iphone. So.. my question, is there a way to start ical sync service without opening ical? Thank you, Jose. 回答1: I'm not positive that it will pick up the latest changes made to CalendarStore, but you should be able to trigger iCal's sync client by launching (NSWorkspace would

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

The internet calendar file “abc.ics” does not contain any appointments

一曲冷凌霜 提交于 2019-12-13 15:25:48
问题 I have created a .ics VTODO calender, but when I open the file in Microsoft outlook its shows the following error BEGIN:VCALENDAR VERSION:2.0 PRODID:-//DDay.iCal//NONSGMLddaysoftware.com//EN BEGIN:VTODO CREATED:20070101T000000Z DESCRIPTION:fdsdsfds DTSTAMP:20070101T000000Z DTSTART:20070101T080000 DUE;VALUE=DATE:20070107 DURATION:P5DT16H SEQUENCE:0 STATUS:NEEDS-ACTION SUMMARY:xxxx UID:b6709c95-5523-46aa-a7e5-1b5ea034b86a BEGIN:VALARM ACTION:DISPLAY DESCRIPTION:Reminder TRIGGER:-PT30M END

Does SharePoint 2010 support the iCalendar format?

可紊 提交于 2019-12-13 11:43:41
问题 Sounds like a very silly question, but I tried, and it isn't too easy to find a simple answer to this simple question on google. The longer story: Before I started my search, I just took it for granted that SharePoint provides a web service to access a calendar using iCal. But after having searched I fear I was totally wrong. I just don't want to believe it. Not even in SharePoint 2010? Twelve years after the standard was published?! I found a blog about implementing an iCal export, but to be

How can I write an ICS file for the Friday before the first Saturday of the month?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-13 04:58:32
问题 I've seen How can an ICS file be written for a recurring event? but I've got a rather complex recurrence and can't figure out a rule after looking at the syntax of RRULEs. I want an event that happens on the Friday preceding the first Saturday of each month. This Friday-before-the-first-Saturday may of course be in the previous month. I assume that if I can get this to work, similar (but not identical) events for Friday-before-the-second-Saturday , and -third- and -fourth- , with Friday

Google Calendar ignoring ICS UID when using “Add to Calendar” link

99封情书 提交于 2019-12-13 04:12:05
问题 Developing an app where applicants schedule interviews with our team members through a third party service. Periodically we make API calls to the third party for any recent changes, generate an ICS file then email that file to our team member so they can store it in their Google Calendar. BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Google Inc//Google Calendar 70.9054//EN CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20171001T180000Z DTEND:20171001T190000Z SUMMARY:Sample Event UID

Help with generating ical ics files

风格不统一 提交于 2019-12-13 03:54:21
问题 I would like to generate ics files. Are there any libraries or APIs that would be of help please? Thank you 回答1: Maybe libical can do it? If it can't, I'd look to see if some other language (php, ruby, whatever) has an iCal generator, and then translate it to Objective-C. 来源: https://stackoverflow.com/questions/3114218/help-with-generating-ical-ics-files

Accept or Decline Apple Calendar Event (.ics)

旧巷老猫 提交于 2019-12-13 03:51:21
问题 I have a PHP script I've setup to generate an .ics file and email it to a person. The generated ics file works as intended in Microsoft Outlook 2010 but not on iOS devices. When the calendar event is launched in Outlook, the user is asked whether to accept or decline the event however when the user launches the same ics file on their iPhone, iOS only offers them to "Add to Calendar." How can I force or make iOS ask the user to accept or decline the event? Here's my mocked up ics file: BEGIN