Search code examples
iphoneioseventscalendartapku

How can I add events to Tapku Calendar?


I've attached the Tapku Calendar to my project. It works great. But I have to add events to my calendar from RSS or JSON data. I didn't see any method in Tabku Lib about this issue.

How can I add events to Tapku Calendar?


Solution

  • I've worked with both TapKu and Kal. Honestly, I recommend using Kal over TapKu, because Kal offers callback methods designed to work with loading data from the web. I can't say the same for TapKu.

    The TapKu documentation is here, but as you stated, there's no particular way to add data. With TapKu, you basically specify which days to show marks on the calendar, and handle changes to the selected date.

    You can find more information about Kal at its Wiki on GitHub.