Given any EKCalendar, how can I check if this calendar is a Facebook calendar? A Facebook calendar can be the Facebook events calendar or the Facebook birthdays calendar.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
Unfortunately, there's no way to tell whether a specific calendar is a facebook calendar without using private API. You can, however, test if a specific event is a facebook event:
This does not work for facebook birthday events, though! |
|||||||||||
|