forgot to say. You need generic.ics from the new welcome app.

On Thursday, 5 April 2012 18:15:01 UTC-5, Massimo Di Pierro wrote:
>
> # model:
>
> db.define_table('event',
>                  Field('title'),
>                  Field('start_datetime','datetime'),
>                  Field('stop_datetime','datetime'))
>
> # controller:
> def events():
>      response.view = 'generic.ics'
>      events = db(db.event).select()
>      title = 'my calendar'
>      link = 'http://somewhere'
>      return locals()
>
> now visit http://..../events to export the calendar in ICS for Mac Mail 
> and Google Calendar.
>
>  
>

Reply via email to