Tagged Questions

0
votes
0answers
11 views

ICalendar parser in PHP that supports timezones

I am looking for a PHP class that can parse an ICalendar (ICS) file and correctly handle timezones. I already created an ICS parser myself but it can only handle timezones known t …
0
votes
0answers
14 views

ICS replace events

We have developed a calendar for our extranet. Each week we update it with next week's courses schedule for all teachers and students of the school. This also triggers the sending …
1
vote
3answers
59 views

How can I send an iCalendar email attachment with Django?

I want to send an iCalendar http://en.wikipedia.org/wiki/ICalendar email attachment using Django. Is there an open source library to build an iCalendar file in Python and/or avail …
0
votes
0answers
33 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
0answers
63 views

iCalendar to force the ‘Accept/Decline’ buttons to appear in an updated event instance for Outlook?

Does anyone know what iCalendar conditions I need to force the 'Accept/Decline' buttons to appear in an updated meeting message for Outlook 2007? Is there a combination of regula …
1
vote
3answers
228 views

How can I use PHP to dynamically publish an ical file to be read by Google Calendar?

Any Google search on PHP ical just brings up phpicalendar and how to parse or read IN ical files. I just want to write a PHP file that pulls events from my database and writes them …
1
vote
2answers
116 views

google calendar iCal feed

I am working at a web portal that has a events section. I have created using DDay.iCal a iCal "feed" with all the events. Is there a possibility to make a link to this feed, and wh …
0
votes
1answer
48 views

VCALENDAR Timezone and DST problem in Outlook 2007

I have a problem with ical while opening in outlook 2007, it shows 1 hour ahead in australian time zone and one hour behind in other locations. It wil be a great help, if some body …
0
votes
1answer
25 views

Should a colon character be escaped in TEXT values in iCalendar (rfc2445)?

My understanding from reading the specification (http://www.ietf.org/rfc/rfc2445.txt) is that the ":" character should not be escaped in text values like DESCRIPTION. From the RFC …
2
votes
4answers
179 views

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

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 feat …
0
votes
2answers
106 views

HELP! Dynamic ical created from database — not working!

I built a site in PHP 5 and MySQL with a table that keeps track of scheduled photo shoots. I want to push out a feed of those scheduled "events" into an ical file. I originally as …
1
vote
4answers
174 views

parse iCalendar date using c#

Is there a direct way to parse an iCalendar date to .net using c#? An iCalendar date looks like this: 2009-08-11T10:00+05:0000 I need to parse it to display it in a friendly fo …
0
votes
2answers
165 views

How do I read CalDAV objects from Google using python/django?

I've looked at vObject, iCalendar and the official list of CalDAV libraries, including 3 in python. However, I can't find any code that can get me an event object from a given CalD …
0
votes
3answers
61 views

Integrating with Calendars - From database application

We develop a small business database application with PowerBuilder. Part of the functionality includes scheduling appointments (a secretary schedules an appointment for her docto …
0
votes
1answer
154 views

How do we programmatically server-side add Outlook Events for several users?

We have to add and update outlook calendar events for several users (different appointments events for each user) under program control (VB or Ruby). A server solution with no a …

1 2 3 4 next
15 30 50 per page