Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
In need of a calendar...
Forgive me if this is a repeat, but I'm a bit sleepy...
I switched (yay!) from phpBB to Vanilla on my family's website. I used a phpBB add-on that allowed for a calendar, so many family members put anniversaries and birthdays and such on the family calendar.
Since I'm no longer using phpBB, I've got no calendar.
So, to keep this related to Vanilla (heh), does anyone know of a good reasonable PHP-based free/GPL calendar that I could use to have my family members keep track of important dates? Nothing fancy, just something simple that works ... like Vanilla :)
0
This discussion has been closed.
Comments
You {could} set up an account with somewhere like Backpackit (http://www.backpackit.com/) that let's you set reminders, which are added to a calendar, that any ical user can subscribe to... (Apple iCal, Mozilla Calendar, etc)
Apart from that I'm stumped, would be interested to know what else is out there...
I have a calendar-esq thing in php but it'd probably need quite a bit of work doing to it to get it how you wanted (and would probably just be easier to make a new one..)
I´ld like to integrate the google kalendar into the vanilla surrounding, but my php knowledge is quasi non-existent.
(the installation of the link http://www.google.com/calendar/ into the main-menue at the init-internal.php $Menu->AddTab($Context->GetDefinition("Kalender"), "kalender", "http://www.google.com/calendar/", "KalenderTab"); is my greatest php-victory yet ;-) )
What is the code for e.g. calendar.php that integrates the content from: http://www.google.com/calendar/ into my vanilla forum?
Is there any solution out there?
thanks a lot,
m.
MIght also want to use this: http://googlecalbutton.com/index.php
i wrote him.
any other ideas? what is the code before and after the include("http://www.google.com/calendar/"); that conjures the vanilla-sidebar, header and footer around it?
I actually have a php calendar control that I wrote for my own personal billing software package that I use to record my tasks and bill clients. I can take it out and pass it off if someone wants to use it for this purpose.
--
Wait. I don't want the calendar. I want the damn billing software :P