CodeIgniter Forums
Sync Outlook Calendar in Code Igniter 3 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Sync Outlook Calendar in Code Igniter 3 (/showthread.php?tid=81899)



Sync Outlook Calendar in Code Igniter 3 - mdbasiir - 05-17-2022

Basically, I have a project that syncs the calendar with google calendar. Now I want to add an additional function where I can press a button to download .ics file and sync the outlook calendar.

Any idea what is the correct keyword for me to google? I tried to google but was unable to find a suitable code. Please advise. Thank you


RE: Sync Outlook Calendar in Code Igniter 3 - JustJohnQ - 05-17-2022

Look here:

https://gist.github.com/jakebellacera/635416


RE: Sync Outlook Calendar in Code Igniter 3 - mdbasiir - 05-17-2022

(05-17-2022, 09:38 AM)JustJohnQ Wrote: Look here:

https://gist.github.com/jakebellacera/635416
Thank you for the help!