icalendar / icalendar

icalendar.rb main repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distinguishing between private and public iCal

Naokimi opened this issue · comments

Is there a way how icalendar can distinguish whether a parsed calendar is private (i.e. it shows only busy slots) or public (it shows events with description).

We are working on an app to parse events between a period and store them, and if the solution is different for both types. For public calendars we have to use the recurrence gem because it will record just the first event and not find the repeating ones, but for the private calendar the recurrence gem doesn't find any events.

closed because I found out an error in my code so I don't need to use two ways to parse