Questions tagged [rfc5545]

The RFC defines iCalendar (Internet Calendaring and Scheduling Core Object Specification) and obsoletes the RFC2445 since sept 2009.

The RFC is available at RFC5545

The RFC only defines the data format (i.e. file content) and is to be used in conjunction with:

  • RFC5546 iTIP: standard for scheduling meeting independently of medium used
  • RFC6047 iMIP: standard for scheduling meeting via emails
142 questions
0
votes
1 answer

Express alternative recurring times in iCalendar

Is there a way to express the following in iCalendar? (possibly using RRULEs?) Between 9am and 5pm every day except Sundays when it is between 10am and 4pm. Can I create multiple RRULEs? Which ones have precedence?
James
  • 109,676
  • 31
  • 162
  • 175
0
votes
1 answer

Weird datetime format in iCloud calendar

I'm currently working on displaying dates from ical format (fetched via caldav from iCloud). However, the datetime formats aren't consistant, sometimes I get an VEVENT like the following: BEGIN:VEVENT ... DTSTART;TZID=Europe/Berlin:Mond marc 2013…
Femaref
  • 60,705
  • 7
  • 138
  • 176
0
votes
1 answer

google calendar after url import only shows the last event

I'm trying to make an .ics file and by URL import put the events into google calendar. But the problem is that after I import them to google calendar it only show the last event. I don't understand what am I doing wrong I even exported a calendar…
0
votes
2 answers

How do I make an iCal feed for holidays moved to adjacent weekdays?

I'm trying to make an iCal feed (RFC 2445) for work holidays that won't need yearly updates, by listing holidays per their definition, rather than which dates they occur on on particular years. Holidays like Memorial day (last Monday in May) of…
ecmanaut
  • 5,030
  • 2
  • 44
  • 66
0
votes
3 answers

How to create an ical duration field in Django?

I use a Django model that I register with the admin site. One of the fields of my model represents a duration. I would like to use the DateTimeField, but instead of saving the value to a datetime in the database, I would like to save it as varchar,…
Uli
  • 339
  • 5
  • 19
0
votes
1 answer

PHP:PHPMailer error is not showing

I am using php mailer to send an iCal and some html text Here is my code test.php
Nags
  • 157
  • 4
  • 14
-1
votes
1 answer

class or library to parse RRULE of iCalendar

Any class or library in VBScript or asp classic that I can use to parse RRULE (iCalendar - RFC 5545) and generate a list of Upcoming Events?
esteban
  • 102
  • 1
  • 7
1 2 3
9
10