Re: vcalendar appended to multipart email as text/calendar MIME type

2014-02-24 Thread Leandro Machado Pereira
be added as another part (as part of multipart email) to > the email message body with the MIME content type of text/calendar. Any > suggestions would be helpful! > > Thanks, > Brian > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter ht

vcalendar appended to multipart email as text/calendar MIME type

2014-02-24 Thread Brian Love
text/calendar. Any suggestions would be helpful! Thanks, Brian -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this

Using iCloud Calendar as DataSource

2014-01-09 Thread Dale Bengston
Hello everyone, I'm looking for an example that uses Apple's iCloud-based calendars as a CakePHP DataSource. Calendar is actually mentioned on the "CakePHP Structure" CookBook page as an example of a non-database DataSource. Actually, the page mentions iCal, which could

bootstrap calendar javascript alert in cakephp

2013-06-10 Thread Lau Yi Chen
well, i am try to use this calendar in cakephp and it works. https://github.com/ahmontero/bootstrap-calendar I am a very new and never learn jquery before. ok now i wish to did some modification on this calendar source. As u see inside the demo.html got that js code. .on('onEvent'

bootstrap calendar javascript alert in cakephp

2013-06-10 Thread Lau Yi Chen
well, i am try to use this calendar in cakephp and it works. https://github.com/ahmontero/bootstrap-calendar I am a very new and never learnt jquery before. ok now i wish to did some modification on this calendar source. As u see inside the demo.html got that js code. .on('onEvent'

jQuery calendar planner to integrate in cake1.3, please suggest.

2013-05-20 Thread Chris
Hi guys,... I nave download and integrate this calendar https://github.com/silasmontgomery/CakePHP-Full-Calendar-Plugin/tree/1.0 It works great,... but I kind of didn't like the calendar look, and to modify it needs lots of jQuery coding,... also I need to integrate user interface in

I need an availability calendar...

2011-04-28 Thread netusco
Had anyone implemented any in their websites? any suggestions? I need some users to set up their availabilities, then other users can book them if they are free.. thanks! -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions

Re: date time calendar picker

2011-02-24 Thread Tapan Kumar Thapa
Hello Community, I finally managed to achieve what i was wanting with calendar. Good calendar with date,time and seconds. ( http://www.rainforestnet.com/datetimepicker-tutorial.htm) My code to use above calender in $this->Form->input is: Html->script('datetimepicker_cs

Re: date time calendar picker

2011-02-23 Thread Tapan Kumar Thapa
No i am sorry but i don't want to use ajax at all as i don't have much knowledge on this. I just to enable start and end date search via a calendar which should have date and time with seconds feature so i have found out jquery calendar ( http://jqueryui.com/demos/). I want to implement

Re: date time calendar picker

2011-02-23 Thread Tapan Kumar Thapa
Hello Community, Finally i have got one jquery based calendar. http://jqueryui.com/docs/Getting_Started how to from this site: *JS:* $('#date').datepicker(); My current code to select date with form helper is: echo $this->Form->create(array('controller' =&g

Re: date time calendar picker

2011-02-21 Thread andy_the ultimate baker
wrote: > I have seen this web site but i think your suggested calendar does not > provide seconds in calendar. Does it? > > Regards > Tapan Thapa > India > > On Tue, Feb 22, 2011 at 12:25 PM, andy_the ultimate baker < > > anandghaywankar...@gmail.com> wrote: >

Re: date time calendar picker

2011-02-21 Thread Tapan Kumar Thapa
I have seen this web site but i think your suggested calendar does not provide seconds in calendar. Does it? Regards Tapan Thapa India On Tue, Feb 22, 2011 at 12:25 PM, andy_the ultimate baker < anandghaywankar...@gmail.com> wrote: > hi tapan, > this is the most light weight date

Re: date time calendar picker

2011-02-21 Thread andy_the ultimate baker
; > It is incredibly powerful! > > On Feb 21, 5:58 pm, Tapan Kumar Thapa > wrote: > > > Hello Community, > > > Can anyone suggest good light weight (with minimum configuration) calendar > > picker which should have hour, min and seconds feature? > > > Reg

Re: date time calendar picker

2011-02-21 Thread Tapan Kumar Thapa
Your are the magician Walther...:-) How did you manage to create this kind of beautiful gmail demo search?? Nice one i should admit. The suggested java script calendar will full fill my requirement...I think so but the question is how i should add in my code? Should i need to write my own

Re: date time calendar picker

2011-02-21 Thread Walther
This is the one I use: http://tinyurl.com/6g2xokx It is incredibly powerful! On Feb 21, 5:58 pm, Tapan Kumar Thapa wrote: > Hello Community, > > Can anyone suggest good light weight (with minimum configuration) calendar > picker which should have hour, min and seconds feature?

RE: date time calendar picker

2011-02-21 Thread Krissy Masters
, February 21, 2011 12:28 PM To: cake-php@googlegroups.com Subject: date time calendar picker Hello Community, Can anyone suggest good light weight (with minimum configuration) calendar picker which should have hour, min and seconds feature? Regards Tapan Thapa India -- Our newest site for the

date time calendar picker

2011-02-21 Thread Tapan Kumar Thapa
Hello Community, Can anyone suggest good light weight (with minimum configuration) calendar picker which should have hour, min and seconds feature? Regards Tapan Thapa India -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP

Re: Recurring Events Model Design in a Calendar App

2009-10-22 Thread Amit
Depends on how complex you want the system to be, but I say start by reading the iCal standard. You might be able to create a data structure from it. http://www.ietf.org/rfc/rfc2445.txt On Oct 22, 8:24 pm, park wrote: > Hi all, > > I'm developing a calendar app where some events

Recurring Events Model Design in a Calendar App

2009-10-22 Thread park
Hi all, I'm developing a calendar app where some events are recurring on a daily / weekly / monthly basis, just like what Google Calendar offers. I'm not quite sure how to design a model structure to support this. Is there any best practice for this? M

Re: need a planner - calendar to integrate, please suggest

2009-08-18 Thread Brendon Kozlowski (Realm)
Why not simply use Google Calendar in your site itself? http://simplepie.org/wiki/plugins/start http://bakery.cakephp.org/articles/view/icalendar-event-generator * http://britg.com/2008/07/07/using-the-zend-framework-in-cakephp/ <--- probably the most useful http://www.hotscripts.com/list

Re: need a planner - calendar to integrate, please suggest

2009-08-18 Thread adilraufk...@gmail.com
just a simple calendar... or atmost a week planner from dhtmlgoodies . i need one that resembles googlecalendar On Aug 17, 8:19 pm, AD7six wrote: > On Aug 17, 10:35 am, "adilraufk...@gmail.com" > wrote: > > > I urgently need a weekly/monthly/daily planner similar to

Re: need a planner - calendar to integrate, please suggest

2009-08-17 Thread AD7six
On Aug 17, 10:35 am, "adilraufk...@gmail.com" wrote: > I urgently need a weekly/monthly/daily planner similar to google > calender to be integrated in my current project, please suggest that > uses prototype etc. What did urgently googling yield ;) ? --~--~-~--~~~--

need a planner - calendar to integrate, please suggest

2009-08-17 Thread adilraufk...@gmail.com
I urgently need a weekly/monthly/daily planner similar to google calender to be integrated in my current project, please suggest that uses prototype etc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" grou

Re: Calendar files for CakeFest schedule

2009-06-25 Thread Mariano Iglesias
I don't see the after hours listed here ;) Dennis S. Hennen wrote: > I created downloadable/subscribable calendars for CakeFest (http:// > tinyurl.com/n6stwg) and the Workshop (http://tinyurl.com/n7wy9u) > schedules. Enjoy! > -- -MI *Coding Ninja* @ CRICAVA Technologies

Calendar files for CakeFest schedule

2009-06-25 Thread Dennis S. Hennen
I created downloadable/subscribable calendars for CakeFest (http:// tinyurl.com/n6stwg) and the Workshop (http://tinyurl.com/n7wy9u) schedules. Enjoy! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group.

Re: Calendar Helper

2009-01-22 Thread Mike
Thanks John, I'll take a look at it... :) On 15 jan, 17:53, Flipflops wrote: > Hi Mike > > I built a calendar helper about a year ago. It is pretty basic - > literally just a shell that lays out the days of the week and a back > and forward button. Its up to you to get t

Re: best cakephp calendar?

2009-01-20 Thread ezekfred
> > > I have to display a schedule and I'd like to know which calendar > > plugin/helper do you use in your projects? > > > till now I > > know:http://www.stellarcore.com/2009/01/07/cakephp-calendar-helper/#more-9.. > >

Re: best cakephp calendar?

2009-01-15 Thread Nate
I actually wrote one a bit ago that I was gonna release this week. I'll post the URL back here when I do. On Jan 15, 12:23 pm, ezekfred wrote: > Hi, > > I have to display a schedule and I'd like to know which calendar > plugin/helper do you use in your projects? >

best cakephp calendar?

2009-01-15 Thread ezekfred
Hi, I have to display a schedule and I'd like to know which calendar plugin/helper do you use in your projects? till now I know: http://www.stellarcore.com/2009/01/07/cakephp-calendar-helper/#more-90 http://github.com/davidgolding/anno-domini/tree/master http://www.formation-cakephp.c

Re: Calendar Helper

2009-01-15 Thread Flipflops
Hi Mike I built a calendar helper about a year ago. It is pretty basic - literally just a shell that lays out the days of the week and a back and forward button. Its up to you to get the data to it in the right format. To be honest I always meant to re-factor it and write a component to sit

Calendar Helper

2009-01-14 Thread Mike
Hi everyone, I was wondering if there is a good up to date calendar helper that I can use to integrate to my intranet application ? Thanks for help --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP&q

Re: Calendar with tasks

2008-11-10 Thread Xavier Mathews
lap in some way. Have the start and > finish times in the cells with the tasks would then explain where they > overlap. > > Overlapping events would just be a recursive problem. If you have an > event at 3-4 and an event from 3 - 5 and then an event from 4-6 and > then and event f

Re: Calendar with tasks

2008-11-10 Thread validkeys
events would just be a recursive problem. If you have an event at 3-4 and an event from 3 - 5 and then an event from 4-6 and then and event from 3 - , you would have a totally illegible calendar. That's my recommendation. Just get it done quick and easy and then review. I do think that most of

Calendar with tasks

2008-11-10 Thread [EMAIL PROTECTED]
Hi, I know this is a bit unusual question in this group but I am implementing the project with cake (which I love). I'm trying to crate week calendar with tasks. I have a problem with displaying it in a table of some sort. Let's say I have several tasks. I know start time (hour+mi

Re: DatePicker / Calendar popup

2008-09-23 Thread gremlin
> > On Sep 23, 11:27 am, toby78 <[EMAIL PROTECTED]> wrote: > > > The OvenCMS uses this line for a calendar popup: > > > $form->input("Lawsuite/date_end", array("label" => false, "type" => > > "text", "class&q

Re: DatePicker / Calendar popup

2008-09-23 Thread mark_story
The datepicker class just adds a CSS class called datepicker. Look at the OvenCMS javascript to see how the datepicker is being added in. -Mark On Sep 23, 11:27 am, toby78 <[EMAIL PROTECTED]> wrote: > The OvenCMS uses this line for a calendar popup: > > $form->input("La

DatePicker / Calendar popup

2008-09-23 Thread toby78
The OvenCMS uses this line for a calendar popup: $form->input("Lawsuite/date_end", array("label" => false, "type" => "text", "class" => "datepicker")); When I copy this into another project it does not work. Where is this

Need Calendar

2008-07-18 Thread .Net2Php
Can anyone suggest a calendar module I can use for a PHP application? The key feature I am looking for is for this module to have some sort of API so I can feed it calendar events, particularly recurring events. Most of the calendar modules I've found do not have the interface I want fo

Re: Calendar

2008-05-29 Thread Flipflops
Hi Kyle I've been writing a calendar helper that might be of use to you. It isn't ajax, but I had planned to build in ajax support so it wouldn't be too hard to get it to work. The idea is that you just provide give the helper an array where the key is the day of the month (e.g.

Re: Calendar

2008-05-28 Thread scs
useing YUI I found a nice little pop that fills the field you add it to. i adjust the coding alittle bit so that the years is also changable: in the view i have: link('calendar'); ?> css('calendar'); ?> on the form input use: 'class' => 'calendarSelec

Re: Calendar

2008-05-28 Thread David C. Zentgraf
I haven't done exactly that, but you can attach your own Scripts to almost anything in the YUI calendar, and probably use other parts of the YUI library to make a popup form. Should be perfectly possible. On 28 May 2008, at 19:58, Kyle Decot wrote: > > Well I need to be able to

Re: Calendar

2008-05-28 Thread Kyle Decot
Well I need to be able to insert data in-place so when i click on a day, a form pops up in that square, and then i save submit it with ajax. Would YUI's calendar be the right choice for this? --~--~-~--~~~---~--~~ You received this message because yo

Re: Calendar

2008-05-27 Thread David C. Zentgraf
I was looking at this calendar helper a while back, but wasn't really convinced. I ended up using the YUI calendar and a handful of hand coded JavaScript... http://developer.yahoo.com/yui/calendar/ var loader = new YAHOO.util.YUILoader({ re

Re: Calendar

2008-05-27 Thread Kyle Decot
Thanks for the help, I've downloaded it but i'm a little confused on how to use it. Could you give me an example? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to c

Re: Calendar

2008-05-27 Thread azlanms
library called tooltip-0.1.js available from http://www.koders.com/javascript/fid8B893F229922B9561829A9B61F6A21AA17B56DEC.aspx?s=%22Jonathan+Weiss%22#L2 You need to modify your view to support Ajax. On May 28, 4:09 am, Kyle Decot <[EMAIL PROTECTED]> wrote: > Does anyone know of a g

Calendar

2008-05-27 Thread Kyle Decot
Does anyone know of a good calendar helper, or component or something? I need to have a ajax calendar, and be able to put information inside of certain dates. Thanks as always. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Advice about a Calendar

2008-03-28 Thread Sonic Baker
If it's an actual 'date picker' popup calendar for easily selecting dates you're looking for then here's the one I use: http://marcgrabanski.com/code/ui-datepicker/ If it's an actual server side calendar application then I don't know. I'd be interested to

Re: Advice about a Calendar

2008-03-26 Thread jonknee
> I was wondering if anyone has used a cake calendar in their apps - > what they used and how well it worked, what sort of integration > problems they encountered, etc. Not sure exactly what you need, but Yahoo has a really nice calendar solution inside its YUI platform. You'll rec

Re: Advice about a Calendar

2008-03-26 Thread Gráinne O'Neill
thanks you guys - any other suggestions would be much appreciated! Grainne On Wed, Mar 26, 2008 at 1:08 PM, Rob Russell <[EMAIL PROTECTED]> wrote: > > I don't have a lot of info but someone on #cakephp last week > recommended this one for mootools > http://www.electricp

Re: Advice about a Calendar

2008-03-26 Thread Rob Russell
I don't have a lot of info but someone on #cakephp last week recommended this one for mootools http://www.electricprism.com/aeron/calendar/. I thought it looked pretty slick but I haven't even tried integrating mootools in place of Prototype.js. There's also this one http://www

Re: Advice about a Calendar

2008-03-26 Thread Chris Hartjes
On Wed, Mar 26, 2008 at 1:50 PM, Grainne <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > I was wondering if anyone has used a cake calendar in their apps - > what they used and how well it worked, what sort of integration > problems they encountered, etc. I&#x

Advice about a Calendar

2008-03-26 Thread Grainne
Hi everyone, I was wondering if anyone has used a cake calendar in their apps - what they used and how well it worked, what sort of integration problems they encountered, etc. Thanks in advance! Grainne --~--~-~--~~~---~--~~ You received this message because

Re: How to get value from method post (calendar)

2007-11-07 Thread birumerah
thanx, now i can working with post method :) On Nov 7, 2:16 pm, Grant Cox <[EMAIL PROTECTED]> wrote: > Should be in $this->params['form']['t0'] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To

Re: How to get value from method post (calendar)

2007-11-06 Thread Grant Cox
Should be in $this->params['form']['t0'] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to

How to get value from method post (calendar)

2007-11-06 Thread birumerah
('id' => 'cal1')); ?> how can i get value from that calendar (on controller). thanx for any response. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Create calendar component

2007-07-19 Thread francky06l
onent extends Object { var $controller = true; var $calendarModel = null; function startup(&$controller) { $this->controller =& $controller; loadModel('Calendar'); $this->calendarModel =& new Calendar();

Re: Create calendar component

2007-07-18 Thread citBolon
gt; and helper for cake 1.1 > > On Jul 17, 7:37 pm, citBolon <[EMAIL PROTECTED]> wrote: > > > I'm trying to create a calendar component, i have a > > calendars_controller.php it works well but I want it to make re-usable > > for layouts. How can i do this ? > >

Re: Create calendar component

2007-07-17 Thread francky06l
though) is the pagination component and helper for cake 1.1 On Jul 17, 7:37 pm, citBolon <[EMAIL PROTECTED]> wrote: > I'm trying to create a calendar component, i have a > calendars_controller.php it works well but I want it to make re-usable > for layouts. How can i do this ?

Create calendar component

2007-07-17 Thread citBolon
I'm trying to create a calendar component, i have a calendars_controller.php it works well but I want it to make re-usable for layouts. How can i do this ? how can i use the controller methods in a component ? summary: i want to convert a controller and view to a component and helper note

Re: Any idea how can I access Novell GroupWise (Calendar)?

2007-05-16 Thread gwoo
iCalendar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more opt

Re: Any idea how can I access Novell GroupWise (Calendar)?

2007-05-16 Thread Chris Hartjes
Sounds like an edge case to me. Can't see it happening any time soon. On 5/16/07, jinhr <[EMAIL PROTECTED]> wrote: > > I have no idea how to create Novell GroupWise Calendar appointment > from CakePHP. Any suggest from anyone is welcome! > > In my CakePHP project, an

Any idea how can I access Novell GroupWise (Calendar)?

2007-05-16 Thread jinhr
I have no idea how to create Novell GroupWise Calendar appointment from CakePHP. Any suggest from anyone is welcome! In my CakePHP project, any one requests appointment must provide start/ end date and time. When this request is submitted, AN NOVELL GROUPWISE CALENDAR APPOINTMENT SHOULD BE

HdCalendar calendar->Events() - Does anyone know how to use this?

2007-04-11 Thread donuts
Hello Fellow bakers, I am trying to combine the Timesheet app from cakeforge with the hdCalendar plugin. More specifically, i am trying to pass an array of Tasks to the Events function of the calendar helper, so that I can see the tasks is in a weekly view. Has anyone been able to get this