1
vote
2answers
57 views
Cocoa Pop-up Window Similar to iCal
I want to open an overlay window (pop up window) when a user selects a cell in my NSTableView similar to selecting an event in iCal. Selecting the event in iCal shows a Window to e …
1
vote
3answers
3k views
How to create a .ICS file with multiple VEVENTs to be imported into an existing Outlook Calendar
I have a need to allow for a user to download an event that has multiple meeting dates. To do this I have created a memorystream to be downloaded which produces a .ics file. For …
3
votes
4answers
218 views
Does anyone know any gems/plugins/tutorials related to exporting events to iCal, Google Calendar, Outlook from a Rails application?
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. …
1
vote
1answer
34 views
Is there a limit on the number of secondary Google Calendars a user can create? [closed]
I'd like to have users of a website have Google Calendars associated with them.
Rather than have each user sign up with google, I'd like to use a master google account and then a …
0
votes
0answers
29 views
How to email an icalendar (ics) file
Hi, Im developing a RoR application, i'm using Ri_Cal to generate an ics file, i want to email this file as an attachment so people who receive it can add the events I'm sending to …
0
votes
2answers
66 views
Get / Set calendar events on iCal (programmatically)
Hi, is there any objective C API or object that can give me access to the iCal and its events?
I need to read the calendar events for a given date and optionally set a new event.
…
1
vote
4answers
1k views
Delete calendar event using iCalendar file import (Outlook 2003 problem) ?
Is there a way for me to delete items from calendar by using iCalendar import?
I know that there is a METHOD:CANCEL, however when I tried it, it didn't do anything to the calendar …
2
votes
2answers
158 views
API for showing free/busy time in iCal (Apple guys?)
In Snow Leopard there is a possibility to show free/busy time in iCal event. I've searched the headers of CalStore.framework and couldn't find any property that describes this fiel …
1
vote
1answer
196 views
Applescript and iCal interaction
I'm trying to write an AppleScript to query iCal and find all the events I've got for a given date, in any calendar.
I started by writing a simple script that does something simpl …
-1
votes
1answer
438 views
PHP Calendar Recurrence Logic
Before the answers start coming (which I know they will) I know that there are a million projects out there that have done this already. Having said that what I am trying to do is …
0
votes
0answers
73 views
How do I create an iCal-type .ics file that can be downloaded by other users?
I want to create an iCal Calendar that can be downloaded from my website to the users Calendar program or imported to Google Calendar. What I want to know is if I do a direct Expor …
1
vote
1answer
43 views
Adding a subscription to iCal via Cocoa
Hello,
I'd like to add a subscription in iCal like it does itself with Address Book: Address Book provides iCal with the birthdays of my contacts.
I would like to add something li …
0
votes
3answers
335 views
iCal “Field” list (for database schema based on iCal standard)
Hello,
my application has to deal with calendar information (incl. single occurrence, recurrence, etc.). In order to easily interface with other applications I thought that it woul …
1
vote
4answers
2k views
Programmatically add custom event in the iPhone Calendar
Is there any way to add iCal event to the iPhone Calendar from the custom App?
0
votes
2answers
125 views
ICal Format - One time import or RSS like functionality?
I'd like to publish a list of events in the iCal format. My question is - if I have a public ICS file that I add/update events on, will clients like google reader and outlook rece …
