-
I need to be able to support importing calendars from both Outlook and Calendar in OSX. The Calendar app sends the dtstart and dtend already converted for time zone. Example:
outlook.ics
```
DTSTART…
-
I've been searching for a good PHP calendar/event storage package that is RFC 5545 compatible. Your project looks like the best start out there (being in Cake already is a bonus to me).
I'm interest…
-
### Expected behaviour
Importing ICS calendar data exported from Google calendar in owncloud works. The syncing with CalDAV clients should work as well.
### Actual behaviour
However, Apple iCal cra…
-
Hello kvh,
This is the code sample I'm working with:
``` python
from dateutil import rrule
from recurrent import RecurringEvent
from datetime import datetime, timedelta
line = raw_input('--> ')
re…
arikb updated
11 years ago
-
Allow conversion of `ISchedule` objects to/from iCal file format.
-
at the moment raw markup is shown at search result pages. we should filter any markup out of the search results (maybe a new template filter has to be written)