-
I would like to add support for schedules defined with [RRules](http://dateutil.readthedocs.io/en/stable/_modules/dateutil/rrule.html#rrule) based on the iCal RFC (https://icalendar.org/iCalendar-RFC-…
-
Hey I create event with the following code:
```
createGmailCalenderEVent = (options) => {
let cal = ical();
let event = cal.createEvent({.....})
event.createAttendee({emai…
-
Let’s use the Pull Request model so that we can ensure the gem is always functioning in the master branch.
Currently, the latest master fails to build this document but it worked a few commits ago…
-
Only one of two or more events with the same time slot will ever get imported in Google Calendar or Apple iCal.
I believe this happens because of a conflict between badly generated UIDs.
UID are gener…
-
Constructor of the class Ical.Net.DataTypes.Organizer should check if argument "value" is NULL.
Current behavior: exception is thrown
Expected behaviour: no exception.
Current code:
```
public …
-
Get rid of:
- ~~LoadFromFile (replacement = strings)~~
- ~~LoadFromUri: the web is a lot different than it used to be. Having ical.net handle the download logic takes specific dependencies on specif…
-
I can't subscribe to Nextcloud 11 Snap calendars in Thunderbird because of unspecified parsing errors:
![screenshot from 2017-08-14 21-42-45](https://user-images.githubusercontent.com/1348834/2930250…
-
it should be:
```
# Get the exception rules
def exception_rules
@all_exception_rules.select { |r| r.is_a?(SingleOccurrenceRule) }
end
```
Though it would be better if there …
-
Hi, I get the exception below from inside 'radical' during parsing a ical file. A DTSTAMP value is parsed as datetime.date, but later vobject accesses the tzinfo attribute. tzinfo is only available fo…
-
``` java
RecurrenceRule r11 = new RecurrenceRule("FREQ=WEEKLY;BYHOUR=10;COUNT=10", RecurrenceRule.RfcMode.RFC5545_LAX);
DateTime start = new DateTime(TimeZone.getTimeZone("America/Chicago"),2016, 1, …