Top "Icalendar" questions

iCalendar is a widely-used data format for representing and exchanging calendaring and scheduling information independent of any particular calendar service or protocol.

Export event with C# to iCalendar and vCalendar format

I'm working on a project where we'll be supporting the ability to export an event to Outlook 2007, Outlook 2010, and iCal. …

c# icalendar vcalendar vcal
What's the difference between Webcal and WebDAV/CalDAV?

As I understand it, CalDAV is an extension to WebDAV to manage iCalendar subscriptions. And Webcal is a URL scheme …

icalendar webdav caldav webcal
ICS (iCalendar) UID purpose and use

I'm creating a sync adapter towards ICS files in Java, and I have a problem recognizing the same events across …

java icalendar uid rfc5545 ical4j
Parsing iCal feed with Python using icalendar

I'm trying to parse a feed with multiple events using the icalendar lib in python. 'summary' , 'description' and so on …

python icalendar
App Calendar Functionality No Longer working in ios 6

In the app I am currently developing there is interaction between the user and the users calendar, like what happens …

objective-c ios icalendar eventkit
Set Update Limits on iCalendar Feed

I have a calendar feed (.ics) available from my application, but it's quite large since it includes over 4,000 events. Is …

feed icalendar
Does Outlook correctly handle time zones for .ics (ICalendar) files?

I have a program that sends calendar appointments out to users. However these users are in many different time zones. …

time outlook icalendar zones
Update an event in Outlook 2007 with an iCalendar file

There is a previous thread with this question, and hints at an answer, but I could not get it to …

outlook outlook-2007 icalendar
Generating an iCalender VTIMEZONE Component from PHP's Timezone Value

I am adding a feature to my event calendar application to provide iCalendar (ics) file downloads for the events. I …

php timezone icalendar
What's VTIMEZONE used for in icalendar? Why not just UTC time?

What's VTIMEZONE used for in icalendar? e.g. 1 BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Apple Inc.//Mac OS X 10.12.3//EN CALSCALE:…

calendar timezone icalendar rfc5545