Skip to main content

Home/ Chandler Project/ Group items tagged calendar

Rss Feed Group items tagged

Graham Perrin

Gnome Evolution bug 359755 - Support for CalDAV collections - 0 views

  • GNOME Bugzilla
  • Bug 359755
  • Support for CalDAV collections
  • ...42 more annotations...
  • Product: Evolution
  • FIXED
  • enhancement
  • The definition of 'calendar-home-set' is that it returns the URL of the collection which contains the user's calendars. Not the URLs of the calendars themselves.
  • then do a Depth: 1 PROPFIND on that URL to retrieve the actual calendars
  • you will request the resourcetype & supported-calendar-component-set
  • know which ones are calendars
  • whether they support VEVENT/VTASK/VJOURNAL
  • public calendars
  • calendars for a given user offered by other users
  • the dust isn't fully settled on parts of this
  • a few tricks
  • Trick #1
  • PROPFIND request for current-user-principal
  • Also planned
  • query a 'well known URL'
  • find the right port
  • PROPFIND the /.well-known/caldav/ URL
  • Once you've *got* the principal-URL
  • PROPFIND for the group-membership
  • possibly do this repeatedly
  • Once *that's* fully expanded to a list of principal-URLs
  • query the calendar-home-set for them
  • Depth: 1 PROPFIND on those to find their calendars
  • possible simplification
  • combine two steps
  • expand-property report is defined in RFC 3253 (WebDAV Versioning)
  • DAV::expand-property REPORT
  • can't think of a way to get the actual collections
  • maybe there is some trick
  • I guess at this point
  • current-user-principal in the first instance
  • PROPFIND Depth: 1 on the calendar-home-set
  • gets you the user's direct calendars
  • differentiating
  • my approach would be
  • on demand
  • e.g. 'display delegated calendar'
  • principal-URL for the currently authenticated user
  • recursively PROPFIND
  • expand their group-membership into a tree
  • In DAViCal the public.php is specifically for looking at calendars which have been declared to need no authentication
Graham Perrin

Chandler Wiki : Scoble Follow Up Screen Shots - 0 views

Graham Perrin

The Chandler Project Blog » Blog Archive » Publish calendars from Apple iC... - 0 views

  • publish a calendar to a WebDAV server
    • Graham Perrin
       
      iCalendar publication
  • CalDAV is a protocol that allows fast (well, faster than WebDAV) multi-user access to calendars
  • Don’t try to delete a Hub calendar from within iCal
  • ...4 more annotations...
  • No data should be lost, but it’s a hassle
  • iCal doesn’t allow ticket based CalDAV subscriptions
  • access without a username or password
  • read-access to the calendar (which is all that’s possible with WebDAV)
Graham Perrin

RFC 4791 - Calendaring Extensions to WebDAV (CalDAV) - 0 views

  • 6.2.1. CALDAV:calendar-home-set Property
  • SHOULD be defined on a principal resource
  • either calendar collections
  • ...2 more annotations...
  • the URL of collections
  • or ordinary collections that have child or descendant calendar collections
Graham Perrin

Chandler Wiki : Cosmo Caldav - 0 views

  • no separate collection for calendars
  • home collection functions as a CalDAV calendar home collection
  • specifies the URL of the associated user account's home collection
  • ...2 more annotations...
  • C:calendar-home-set is provided on user principal resources
  • if a resource (1.ics) contains a VEVENT, it must always contain a VEVENT until the resource is removed.
Graham Perrin

[chandler-users] Collections: Calendar view: presenting and setting aside overlays [was... - 0 views

  • collection icon resembles any/all of the following: * a mobile phone * a clipboard * an envelope, in flight, dropping downwards Anyone: please, what _is_ that icon?
    • Graham Perrin
       
      The icon with four interpretations from one person is in fact a fifth thing: a 'tag'!
Graham Perrin

The Chandler Project Blog » Blog Archive » Mobile Chandler? - 0 views

  • sync Chandler data onto any device that can sync with or subscribe to calendars via .iCalendar or CalDAV
  • Specifically, that means you can: Publish your collections to Chandler Hub; Subscribe to them with Apple iCal or Google Calendar; Use either Apple iSync or Google Mobile to get your Chandler data onto your mobile device.
  • https://support.markspace.com/index.php?m=knowledgebase&a=viewarticle&kbarticleid=230
Graham Perrin

The Chandler Project Blog » Blog Archive » OSAF's Next Steps - 0 views

  • Chandler succeeds at meeting the needs of users who are tracking ‘knowledge work’
  • Chandler is not oriented around calendaring per se or around a complicated task and project landscape with many dependencies
  • we want Chandler to be more viral. We want Chandler to be easy to explain to others. We want Chandler to be found in contexts where people are already spending time. We want Chandler to be
  • ...17 more annotations...
  • even more useful as that user pulls in other people to collaborate
  • We want happy users be successful evangelists for Chandler
  • web widgets that might be deployed in different contexts — iGoogle, Facebook, on an iPhone, etc.
  • widgets should be compelling to a new user who does not use the desktop, in addition to providing features that complement the desktop. Eventually, the widgets can be building blocks
  • misperception in the press
  • Being a CalDAV reference implementation is not a priority.
  • the Microsoft product with the most overlap with our design objectives is probably OneNote
  • web widgets (in the browser, on mobile devices and on the desktop)
  • not trying to be a GTD specific tool
  • Chandler’s philosophy is different enough from GTD that it would be misleading to call Chandler a GTD tool
  • Our best articulation of our core value to date is: Chandler is a way to manage and collaborate on ideas using: A List View built around the idea of the Triage Workflow A Calendar View Chandler Hub Sharing Service
  • the user problem we are serving is an emerging market
  • there isn’t a shared, public vocabulary to describe what we’re doing
  • Better product messaging so that people understand what ‘user problem’ we’re trying to solve and how we’re trying to solve it.
  • more ways to get data in and out
  • we will not be implementing CalDAV scheduling
    • Graham Perrin
       
      CalDAV scheduling is just one aspect of CalDAV; see http://caldav.calconnect.org/standards.html
  • We’re not looking to be a cheaper alternative to Outlook/Exchange. This means we’re not investing in support for free/busy-style scheduling. We’re not looking to be the ‘everyman’s’ version of Microsoft Project or Bug and Ticket-Tracking systems. This means we’re not investing in support for complex task and project management, e.g. task dependencies, tracking percent done, time estimates, robust support for assigning tasks, etc. We’re also not going to be implementing the GTD methodology.
  •  
    February 6th, 2008 at 11:17 pm
Graham Perrin

IETF calsify draft dependency graphs - 0 views

  •  
    Calendaring and Scheduling Standards Simplification (calsify) draft dependency graphs
Graham Perrin

Chandler Wiki : Product Tour - 0 views

  • without having to go to the Calendar
  • Turn Reminders into Events
    • Graham Perrin
       
      Bug 12827: Reminder turned into event: adding an alarmed item to the calendar should schedule the event on the date of (not before) the alarm https://bugzilla.osafoundation.org/show_bug.cgi?id=12827
Graham Perrin

The Chandler Project Blog » Blog Archive » Chandler User Survey - 0 views

Graham Perrin

Brain Breach » Blog Archive » Four Reasons Why Not to Use Chandler 1.0 - 0 views

  • Chandler is supposed to follow the GTD paradigm
    • Graham Perrin
       
      On the subject of GTD (not the single focus of Chandler), see also: http://www.diigo.com/04mh2 http://www.diigo.com/04mh3 http://www.diigo.com/04mh4
  • link a to-do to a contact to a calendar entry
    • Graham Perrin
       
      https://bugzilla.osafoundation.org/show_bug.cgi?id=5235#c12 I foresee Chandler Desktop interoperating with (not duplicating) the OS-managed address book data.
  • Memory Muncher
    • Graham Perrin
    • Graham Perrin
    • Graham Perrin
       
      Concerning a much earlier design decision, to not use ZODB: http://www.diigo.com/04mhd
    • Graham Perrin
    • Graham Perrin
Graham Perrin

Chandler Get Started Guide - Chapter 2: Setting Up Accounts - Email Accounts - 0 views

  • drag and drop the email messages that you want to import into Chandler into one of the folders
  • file incoming email into one of those folders
  • Depending on which Chandler folder the email is in, when it gets retrieved and imported as a Chandler item, it will be stamped as a calendar event, email message, or task
  • ...3 more annotations...
  • Every time Chandler syncs with the email server
  • it checks for any new messages in one of the Chandler folders
  • even though it remains in the folder it is only imported once into Chandler
    • Graham Perrin
       
      So: does Chandler Desktop use IMAP message IDs to determine whether a message has been previously copied?
1 - 20 of 29 Next ›
Showing 20 items per page