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.

How to extract a string using JavaScript Regex?

I'm trying to extract a substring from a file with JavaScript Regex. Here is a slice from the file : DATE:20091201…

javascript regex string icalendar
How do I create a link to add an entry to a calendar?

I'm working for this nightclub and are currently making a website for them, they've got lots events and their site …

html calendar google-calendar-api icalendar
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 …

macos calendar icalendar
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 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 …

php calendar icalendar
HTML viewer for ics (iCal) files

I'm creating a small app in ASP.NET MVC that generates ics (iCal) files based on certain criterias. The generated …

icalendar
Create .ics file with javascript or jquery

I am trying to create an .ics file when a user clicks a button. So far the code I have …

javascript jquery icalendar
Parsing files (ics/ icalendar) using Python

I have a .ics file in the following format. What is the best way to parse it? I need to …

python icalendar
Add events to google calendar,yahoo calendar, outlook and ical

The users of my Javascript based site often need to create an event where they post an event name, event …

javascript outlook google-api icalendar yahoo-api