This is a discussion on PHP 5 Calendar within the PHP Language forums, part of the PHP Programming Forums category; Is there PHP5 calendaring software that will allow you to import events from other calendars? For example, I have a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Is there PHP5 calendaring software that will allow you to import events
from other calendars? For example, I have a Master project calendar that my satellite sites want to import. They import the calendar and now they have all my dates and theirs as well. Please let me know. _Joel |
|
|||
|
google calendar has this functionality
Joel wrote: > Is there PHP5 calendaring software that will allow you to import events > from other calendars? For example, I have a Master project calendar > that my satellite sites want to import. They import the calendar and > now they have all my dates and theirs as well. > > Please let me know. > > _Joel |
|
|||
|
True, but I need to bring this in-house and integrate it to my existing
system strawberry wrote: > google calendar has this functionality > > > Joel wrote: > > Is there PHP5 calendaring software that will allow you to import events > > from other calendars? For example, I have a Master project calendar > > that my satellite sites want to import. They import the calendar and > > now they have all my dates and theirs as well. > > > > Please let me know. > > > > _Joel |
|
|||
|
Hi,
> Is there PHP5 calendaring software that will allow you to import events > from other calendars? For example, I have a Master project calendar > that my satellite sites want to import. They import the calendar and > now they have all my dates and theirs as well. You could give webcalendar http://www.k5n.us/webcalendar.php a try. Andreas |
|
|||
|
"Joel" <joel.witherspoon@gmail.com> wrote in message
news:1151779416.267027.215070@h44g2000cwa.googlegr oups.com... > Is there PHP5 calendaring software that will allow you to import events > from other calendars? For example, I have a Master project calendar > that my satellite sites want to import. They import the calendar and > now they have all my dates and theirs as well. > I suggest you look into the vCalendar and iCalendar implementations there are available. Here's some reading for you: http://en.wikipedia.org/wiki/ICalendar http://en.wikipedia.org/wiki/VCalendar http://phpbuilder.com/columns/chow20021007.php3 -- "ohjelmoija on organismi joka muuttaa kofeiinia koodiksi" -lpk spam@outolempi.net | Gedoon-S @ IRCnet | rot13(xvzzb@bhgbyrzcv.arg) |
|
|||
|
|
|
|||
|
Noodle wrote:
> Have you had a look at > > http://phpicalendar.net/ Yeah, I looked at that one first. It doesn't have the Master/Subordinate calendar import/export functionality though. |