icalendar

ActiveSync does not sync appointments from iCalendar files

There is a problem with ActiveSync and iCalendar files, at least with Outlook/Exchange: you receive an email with an iCalendar attachment, .vcs or .ics file. you accept the meeting request or open and save the attachment New appointment shows up in Outlook, but does not sync to all mobile devices. The programming question here is tha...

Triggering a button on another page

Here is the scenario. I am building an ical feed through Zoho that will host the calendar. There is a form that a user can input data and it will show up on the calendar. The problem is that the company that hosts the calendar only updates every 12 on their own, but there is a button that you can manually push to update the calendar. The...

How Do I create an .ics file with rails and ri_cal ?

Hi folks, I am using rails 3 and the ri_cal gem. I am not able to produce a valid .ics file. It gets generated, but AppleCalendar or GoogleCalendar say it's empty. What did I do wrong? Help appreciated, thanks in advance :) My Controller class WebsitesController < ApplicationController def index respond_to do |format| f...

Why is PHP's utf8_encode breaking my utf-8 string?

I'm doing a kind of roundabout experiment thing where I'm pulling data from tables in a remote page to turn it into an ICS so that I can find out when this sports team is playing (because I can't find anywhere that the information is more readily available than in this table), but that's just to give you some context. I pull this data u...

Outlook and iCalendar format, something doesn't match here

How can I have my Outlook 2007 to use a iCalendar from a remote URL for reading and publishing? But this seams to add the events into the user Personal Folder and not publish / read from the specified URL. How can I get Outllok to act more like Thunderbird and for each event created / modified that will generate a PUT method on...

Is it possible to add attendees in EKEvent (in iPhone Native calendar app)

Does any one know how to add contact( attendees and organizer property) name in EKEvent(native calendar application). Thanks. ...

What do I need to create a WebDAV Server?

I started with an ASP.NET MVC 2 solution and ended up pretty well. I can subscribe an .ics file and push new events and changes to my CRM Diary as every change made remotely fires a PUT Method with the entire calendar as an inputStream. this works fine with Thunderbird w/Lightning, but it becomes a ReadOnly Calendar in all the other us...

Creating An iCal Event, Without Creating A Calendar

I am using the iCalCreator class to create an event for user to load into their personal calendars. Here's the info, for those unfamiliar with it: http://www.kigkonsult.se/iCalcreator/ Using the documentation, right on the homepage, I'm able to create an event and output it to the browser. No problems. The issue is that when it is impor...