aboutsummaryrefslogtreecommitdiff
path: root/src/datetime-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datetime-service.c')
-rw-r--r--src/datetime-service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c
index 814c9c6..33c8f30 100644
--- a/src/datetime-service.c
+++ b/src/datetime-service.c
@@ -307,6 +307,7 @@ update_appointment_menu_items (gpointer user_data) {
// TODO: now we pull out the URI for the calendar event and try to create a URI that'll work when we execute evolution
// not sure if the ical URL property is actually an evolution compatible URI and no real way to tell other than testing
+ // We may need to change this to ecalcomponenets to get something closer to the evolution URI
p = icalcomponent_get_first_property(icalcomp, ICAL_URL_PROPERTY);
v = icalproperty_get_value(p);
uri = icalvalue_get_string(v);