Re: Add events to user calendar software

2009-04-22 Thread Karen Tracey
On Wed, Apr 22, 2009 at 6:06 AM, vicky  wrote:

>
> Hi,
>
> I am new in django. I need to update events from my website to
> outlook, Google, yahoo calendars. I have implemented some code from
> vObject which download ".ics" file which is OK for outlook. I don't
> know how to update event in Google and yahoo calendar.
> I need functionality like shown in
> http://rsazarinekharas.eventbrite.com/ in "Add to my calendar" section
>
> Please help me.
>

You've posted the same question at least three times now.  As I responded in
the other thread, this question has nothing to do with Django.  You would be
better off in forums devoted to the calendar services you are interested in,
or simply by searching on terms such as "Python Google calendar".  You need
to find/learn how to access these services from Python code. That's all your
Django view code is -- Python code.  So you can use whatever Python APIs
these services provide to access them from your Django code.

Karen

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Add events to user calendar software

2009-04-22 Thread vicky

Hi,

I am new in django. I need to update events from my website to
outlook, Google, yahoo calendars. I have implemented some code from
vObject which download ".ics" file which is OK for outlook. I don't
know how to update event in Google and yahoo calendar.
I need functionality like shown in
http://rsazarinekharas.eventbrite.com/ in "Add to my calendar" section

Please help me.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Add events to user calendar software

2009-04-22 Thread vicky

Hi,

I am new in django. I need to update events from my website to
outlook, Google, yahoo calendars. I have implemented some code from
vObject which download ".ics" file which is OK for outlook. I don't
know how to update event in Google and yahoo calendar.

Please help me.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---