Bug 1837 - wishlist: improve vCalendar
Summary: wishlist: improve vCalendar
Status: NEW
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Plugins/vCalendar (show other bugs)
Version: other
Hardware: PC Linux
: P3 enhancement
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2009-02-01 11:52 UTC by Andra
Modified: 2017-06-08 20:46 UTC (History)
0 users

See Also:


Attachments
Added authentication to vCalendar and an auth-Dialog (26.31 KB, patch)
2017-06-08 20:46 UTC, marcel.parciak
no flags Details | Diff

Description Andra 2009-02-01 11:52:12 UTC
A few things I noticed with vCalendar plugin...

a) unable to subscribe to calendars that need authentication
   tried: https://user:pass@host
   tried: ~/.netrc
   Best solution: query for username and password when creating if blank
                  then no auth
b) able to publish back to those calendars
   I know it supports publishing to an ics file but it seems it doesn't support
   ical publishing, atleast from my experiments.

Something like the following should be made possible:
http://www.k5n.us/wiki/index.php?title=Remote_Publishing_with_Sunbird
Comment 1 marcel.parciak 2017-06-08 20:46:46 UTC
Created attachment 1755 [details]
Added authentication to vCalendar and an auth-Dialog

I tried to handle the first request, the missing support for authentication. If authentication is needed, a dialog with two entry-fields will appear that asks for authentication. This two-field dialog was created as well.

Note You need to log in before you can comment on or make changes to this bug.