.ics, .ical export script |
[eluser]codepotato[/eluser]
Hi all, First post! Woop! I just wanted to add something that may have already been done in the community but i couldn't find anything, so here goes. I've created a very basic (but working) script that exports data into an ics file format. This is very basic, but should give you enough to get started. Feel free to message me if you need a hand. Code: class Ics_model extends Model {
[eluser]Unknown[/eluser]
You could also use some existing iCal etc. PHP Class you find via google and then use that in either a CI wrapper or Just include it. Might be more versatile.
[eluser]Jamie Rumbelow[/eluser]
Hey Gareth, Thanks for contributing this model to the community - it's a small (dare I say it contrived) little example, but it's a nice working script and could definitely be used and improved upon. If you want to promote it a bit more and make it a bit more findable, I encourage you to add it to the CodeIgniter Wiki. If you're serious about developing it, create a GitHub repo and chuck the code in there - it'll make it much easier to update in the future! Jamie |
Welcome Guest, Not a member yet? Register Sign In |