Let's consider the following line of code:
reminder.calendar = appDelegate!.eventStore!.defaultCalendarForNewReminders()
this denotes that I put reminder into the default device's calendar. How can I create my own calendar from code?
The reason I want to create my own one is that I want to have possibility to manage all reminders there.