Top "Vcalendar" questions

vcalendar was the preceeding standard prior to icalendar (rfc5545 which obsoleted rfc2445).

Difference between iCalendar (.ics) and the vCalendar (.vcs)

I want to send booking information through mail in an attachment to add in MS Outlook. Which format is better? …

icalendar vcalendar rfc2445 rfc5545
How to Create "Add to Calendar" Link on Web Page for iPhone

Many calendaring programs (Outlook, iCal) support vCal for downloading event information and adding it to your calendar. Others can use …

iphone mobile-safari vcalendar vcal
With .ics files can I delete old events?

Im currently working on an .ics export from our application. Can I somehow delete old events, so in my first …

import calendar vcalendar
vCalendar - show as (Free/Busy/Tentative/Out of Office)

I sent a vCalendar message to Outlook which results in a new Event in Outlook Calendar. How to set "Show …

outlook calendar vcalendar
webcal:// Format - Export to Google Calendar/iCal

I've a home-made php based web calendar which I would like my users to import into Google Calendar, iCal, etc. …

google-calendar-api vcalendar
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
Google Calendar .ics import Standards

I have a .ics file that I generate from our database that works correctly in iCal, but is flaky in …

google-calendar-api icalendar vcalendar
vCalendar/iCalendar parsing timezone

I'm writing some code in C++ to parse vCal/iCal format and it correctly handles UTC and local formats, but …

icalendar vcalendar
Creating VCS file via C# but either outlook or C# don't like my dates

I'm trying to create a .vcs file in C#. Basically in outlook if you add a calendar appointment it creates …

c# vcalendar