icalendar

Is there any open iCalender API? [closed]

泪湿孤枕 提交于 2019-12-19 02:38:22
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . Is there any API that I can use and post event data to (for example with querystrings) and get back a file that the visitor can download and add to his calender? I can of course write the script myself, but if there is a open API I could save some time. 回答1: You could use iCal4j 回答2: You asked for a webservice of

parser for ics files in .net [closed]

寵の児 提交于 2019-12-18 20:14:28
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I'm trying to figure out the best way take a ics file and convert it into a format I can put into a database. Can anyone recommend how to do this? 回答1: The commercial .NET library Aspose.iCal does the job http://www.aspose.com/community/blogs/salman.sarfraz/archive/2008/11/21/where-is-aspose-icalendar.aspx (used

parser for ics files in .net [closed]

假装没事ソ 提交于 2019-12-18 20:13:33
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I'm trying to figure out the best way take a ics file and convert it into a format I can put into a database. Can anyone recommend how to do this? 回答1: The commercial .NET library Aspose.iCal does the job http://www.aspose.com/community/blogs/salman.sarfraz/archive/2008/11/21/where-is-aspose-icalendar.aspx (used

Writing ICS files for multiple clients, including Google

点点圈 提交于 2019-12-18 16:30:13
问题 I need to write a script for publishing .ICS files. I've read that it's difficult to do this right, either because some calendar clients are buggy (lots of people claim Google Calendar is extremely buggy especially regarding time zones) or because developers aren't following the spec properly. I only need to do this for North America but I do have to account for DST (keeping in mind places like Arizona, parts of which observe DST and parts of which don't). Can anyone answer these questions?

Single day all day appointments in .ics files

别说谁变了你拦得住时间么 提交于 2019-12-18 13:53:26
问题 I'm creating an ics file using ASP.NET for importing holiday into Outlook 2007 and trying to set the all-day-event flag. This works fine on multi-day holidays, but for single days, it doesn't seem to be registering, I just get a 'singularity holiday' booked from midnight to midnight. According to MSDN, setting the start and end times to 00:00 should be enough to do this. I've also tried using the X-MICROSOFT-CDO-ALLDAYEVENT and X-MICROSOFT-MSNCALENDAR-ALLDAYEVENT flags, but they don't seem to

Ical VALARM not registrering

倾然丶 夕夏残阳落幕 提交于 2019-12-18 11:51:18
问题 I've used the last couple of days creating an application that constructs an .ics file (ical) It's coded in php, and the base functions work fine (timezones, Vevent's, and so on) but when i add VALARM's into those VEVENT's neither google calendar, nor Outlook 2010 add's the nofifications to their calendar's a snippet of the ics file: BEGIN:VEVENT UID:f2f5672145d92702c71504ceccf77167@dyndns.org DTSTAMP:20120420T174122Z DTSTART;TZID=Europe/Berlin:20120416T081000 DTEND;TZID=Europe/Berlin

Parse VCALENDAR (ics) with Objective-C

和自甴很熟 提交于 2019-12-18 11:15:44
问题 I'm looking for an easy way to parse VCALENDAR data with objective-c. Specifically all I am concerned with is the FREEBUSY data (See below): BEGIN:VCALENDAR VERSION:2.0 METHOD:REPLY PRODID:-//CALENDARSERVER.ORG//NONSGML Version 1//EN BEGIN:VFREEBUSY UID:XYZ-DONT-CARE DTSTART:20090605T070000Z DTEND:20090606T070000Z ATTENDEE:/principals/__uids__/ABC1234-53D8-4079-8392-01274F97F5E1/ DTSTAMP:20090605T075430Z FREEBUSY;FBTYPE=BUSY:20090605T170000Z/20090605T200000Z,20090605T223000Z/20 090606T003000Z

Custom ZoneIds / Time Zones in Java

丶灬走出姿态 提交于 2019-12-18 09:39:12
问题 I'm attempting to model an iCalendar VTIMEZONE object using Java's ZoneId and ZoneOffsetTransitionRule . My VTIMEZONE object looks like BEGIN:VTIMEZONE TZID:Central European Standard Time BEGIN:STANDARD DTSTART:16010101T030000 TZOFFSETFROM:+0200 TZOFFSETTO:+0100 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=10 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T020000 TZOFFSETFROM:+0100 TZOFFSETTO:+0200 RRULE:FREQ=YEARLY;INTERVAL=1;BYMONTH=1;BYDAY=MO END:DAYLIGHT END:VTIMEZONE I need to create my

Does anyone know any gems/plugins/tutorials related to exporting events to iCal, Google Calendar, Outlook from a Rails application?

大憨熊 提交于 2019-12-17 23:08:45
问题 I am trying to figure out if there is already a plug in that does the interaction with iCal, Google APIs that I can use or do I need to just get my hands dirty and write it myself. If anyone knows of good resources that I can look at that could help me with the implementation, that would be good as well. I am new to RoR and I have been trying to learn it for a while. I finally decided to just start playing with my own application rather than just following a book. Any help in this matter

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

安稳与你 提交于 2019-12-16 22:51:13
问题 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_=_