icalendar

Does icalendar support HTML and CSS?

那年仲夏 提交于 2019-12-06 15:42:53
I am attempting to create a ICalendar with a html description using the X-ALT-DESC;FMTTYPE=text/html: but it does not appear to support inline CSS for layout/styling is there anyway of making CSS work within an icalendar? RFC 5545 (the iCalendar specification) allows you to use HTML, but that's a different thing from the calendar clients supporting it. I suspect that you'll find it rare that any of the non-browser-based calendars will do so. As opposed to what jgm implied, the RFC5545 does not have provisions for html. The only back-door is via the ALTREP parameter (see RFC for more details )

Add events to iCal from iPhone App, The event has no calendar set Error?

狂风中的少年 提交于 2019-12-06 13:52:03
问题 I have one problem while adding multiple events more than 70 events repeatedly again and again to the iCal from our iPhone application. First 20 events add to iCal without any issues. After the balance events not adding to iCal. The error log from the iCal shows the given Error, ["Error Domain=EKErrorDomain Code=1 "The event has no calendar set." UserInfo=0xfada510 {NSLocalizedDescription=The event has no calendar set.}”]. Below i have attached my code. Please help me to solve this problem.

What should be in the ICS file in order to create a meeting invite to the multiple attendees in Outlook?

こ雲淡風輕ζ 提交于 2019-12-06 12:55:41
What I am trying to achieve is in the screenshot below: It is an Outlook meeting invite, which has the To field pre-popultated with the specified names, the Send button just says 'Send' and its reminder is set to 15 minutes. I created the following ICS file and expected that it would create the required invite, but it is doing something different: the To list is blank, as is the reminder and the Send button says 'Send Update'. As this is supposed to be created from an open to the public web page with no log in, ORGANIZER cannot be set and OL is supposed to know who they are. What am I doing

Best way to implement a Calendar interface using Google Cal feeds for events?

狂风中的少年 提交于 2019-12-06 11:32:14
问题 I'm building a site for my school as a pet project, which would include accounts for all students. I want to display a calendar for each student that should have the following features: It should be able to import events from multiple Google Calendar feeds. Compatibility with either the XML, ICAL or HTML feed will do. It should be able to give different colors to different events based on the feeds which they originated from. It would be nice if the calendar could also give different colors

Is there a standard and an implementation for Icalendar event RSVP

爱⌒轻易说出口 提交于 2019-12-06 10:38:59
The summary is that I am now implementing an event confirmation system and can't find the right format for the ICalendar replies. Therefore I wonder if there is an example out there of complete REPLY message and maybe a PHP library that would wrap it all? Now for the details, we get external emails including event invitations asking for RSVP. Here is an excerpt of the iCal file: ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="'user@company.com'":MAILTO:user@company.com ORGANIZER;CN="Organ Izer":MAILTO:organizer@company.com I couldn't find the reply standard to send the RSVP

How to have an iCalendar (RFC 2445) repeat YEARLY with duration

本小妞迷上赌 提交于 2019-12-06 10:30:56
问题 I have been unsuccessful in formulating a RRULE that would allow an event as shown below: Repeats YEARLY, from first Sunday of April to last day of May, occuring on Monday, Wednesday and Friday, until forever. FREQ=YEARLY;BYMONTH=4;BYDAY=SU (gives me the first Sunday of April repeating yearly) and FREQ=YEARLY;BYMONTH=5;BYMONTHDAY=-1 (gives me the last day of May repeating yearly) But I can't figure out how to have the event repeat yearly between those dates for Monday, Wednesday and Friday.

iCal - Remote query filter

二次信任 提交于 2019-12-06 08:43:10
Maybe dumb question but I'm wondering how iCal clients query a remote calendar. I've just created a little web service that generates an iCal file. This file is successfully interpreted by Google Calendar and Lightning (new Sunbird). But I'm not filtering on any range of time. I imagine that Google and Sunbird clients gives parameters to filter on dates at least. How can I know what are these parameters ? Is it part of the iCal RFC ? Can someone point me to the good direction ? When you are just 'subscribing', you're simply downloading the entire file and that's it. No filtering. However, when

Serving an iCalendar file in ASPNET MVC with authentication

旧巷老猫 提交于 2019-12-06 05:03:52
I'm trying to serve an iCalendar file (.ics) in my MVC application. So far it's working fine. I have an iPhone subscribing to the URL for the calendar but now I need to serve a personalised calendar to each user. When subscribing to the calendar on the iPhone I can enter a username and password, but I don't know how to access these in my MVC app. Where can I find details of how the authentication works, and how to implement it? It turns out that Basic Authentication is what is required. I half had it working but my IIS configuration got in the way. So, simply returning a 401 response when

URL Scheme for opening the iCal app at a date or event?

▼魔方 西西 提交于 2019-12-06 04:30:58
问题 The Apple URL Scheme Reference gives a nice overview of a number of URL schemes you can use to open certain built-in apps with some parameters. I know that this is not a complete list of all possible URL schemes that the built-in apps respond to, since there are also ways to open the system settings at various pages. The website http://handleopenurl.com is a nice attempt at gathering all possible URL schemes and it has quite a few built-in apps on there. One app I would like to open with a

Outlook 2003 does not import .ics calendar while outlook 2007 does

℡╲_俬逩灬. 提交于 2019-12-06 03:52:58
I have an .ics file I manually create with PHP like the following: BEGIN:VCALENDAR PRODID:-//Microsoft Corporation//Outlook 11.0 MIMEDIR//EN VERSION:2.0 METHOD:PUBLISH X-MS-OLK-FORCEINSPECTOROPEN:TRUE BEGIN:VEVENT CLASS:PUBLIC DESCRIPTION:Some description here LOCATION:Scheduled PTO DTEND;VALUE=DATE:20101104 DTSTART;VALUE=DATE:20101103 PRIORITY:5 SEQUENCE:0 SUMMARY;LANGUAGE=en-us:PTO - 8.00 hour(s) X-MICROSOFT-CDO-ALLDAYEVENT:TRUE X-MICROSOFT-MSNCALENDAR-ALLDAYEVENT:TRUE END:VEVENT END:VCALENDAR This works fine when importing into outlook 2007 (as well as Google calendar). In outlook 2003 I