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...
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...
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...
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...
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...
Does any one know how to add contact( attendees and organizer property) name in EKEvent(native calendar application).
Thanks.
...
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...
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...